From 79a5c26b1c27ccddd168ab1843166d28cbe8f8d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 19:14:07 +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.21.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.21.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.21.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 d30e31e938..d51f523882 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ optional = [ "legacy-cgi; python_version>='3.13'", "markdown>=3.3.7", "psycopg[binary]>=3.1.8", - "pygments>=2.17,<2.21", + "pygments>=2.17,<2.22", "pyyaml>=5.3.1,<6.1", "requests", "uritemplate",