From 54e94ca6eeb2c86dd6a1a951a070b88a7e34ed29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:07:44 +0000 Subject: [PATCH] Update dependency pygments to v2.20.0 [SECURITY] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 700c70d..aab4a1a 100755 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ "mdx-anchors-away==1.0.1", "mdx-foldouts==1.0.0", "python-frontmatter==0.2.1", - "pygments==2.4.0", + "pygments==2.20.0", "PyYAML==6.0", "beautifulsoup4==4.11.1", "markdown_urlize==0.2.0",