From ff55798475b029be2143068a1ee15719c6ab6c57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 00:55:37 +0000 Subject: [PATCH] chore(deps): update dependency pygments to v2.16.1 [security] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6ec3bc2f..c5200219 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.16.1" prompt_toolkit = "==3.0.39" pyyaml = "==6.0" Jinja2 = "==3.1.2"