From 74d324539da0c06fd31ea8829876c2f1c0b605ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jan 2024 11:25:22 +0000 Subject: [PATCH] chore(deps): update dependency pygments to v2.15.0 [security] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6c0330ca..034621ff 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ verify_ssl = true mkdocs = "==1.5.3" mkdocs-material = "==8.2.11" python-markdown-math = "==0.8" -Pygments = "==2.11.2" +Pygments = "==2.15.0" prompt_toolkit = "==3.0.39" pyyaml = "==6.0" Jinja2 = "==3.1.3"