From 95ae44039319d35668827b1addd9b6f69cd04704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:09:19 +0000 Subject: [PATCH] Bump pygments from 1.6 to 2.20.0 in /maint Bumps [pygments](https://github.com/pygments/pygments) from 1.6 to 2.20.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/1.6...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- maint/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maint/requirements.txt b/maint/requirements.txt index 18d9973199..a2cf949b8e 100644 --- a/maint/requirements.txt +++ b/maint/requirements.txt @@ -22,7 +22,7 @@ virtualenv==1.9.1 # Indirect dependencies Jinja2==2.7 MarkupSafe==0.18 -Pygments==1.6 +Pygments==2.20.0 docutils==0.10 py==1.4.14 wsgiref==0.1.2