From 34b1507bdb1881989c5c1466cbd1165a5c36871f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:17:55 +0000 Subject: [PATCH] Update pygments requirement in the optional group Updates the requirements on [pygments](https://github.com/pygments/pygments) to permit the latest version. Updates `pygments` 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/2.17.0...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:development dependency-group: optional ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bf5ce6ffa1..d6c8b870eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ optional = [ "legacy-cgi; python_version>='3.13'", "markdown>=3.3.7", "psycopg[binary]>=3.1.8", - "pygments>=2.17,<2.20", + "pygments>=2.17,<2.21", "pyyaml>=5.3.1,<6.1", "requests", "uritemplate",