From 73d77fc6373d33e90f0f7b830c5aed23e368a676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:12:05 +0000 Subject: [PATCH] :arrow_up: Update pygments requirement from <2.21 to <2.22 Updates the requirements on [pygments](https://github.com/pygments/pygments) to permit the latest version. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](https://github.com/pygments/pygments/compare/0.5...2.21.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.21.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73394ffb..0536e1bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ testing = [ "pytest-regressions", "pytest-param-files~=0.6.0", "sphinx-pytest~=0.3.0", - "pygments<2.21", # TODO fix test regression with 2.19" + "pygments<2.22", # TODO fix test regression with 2.19" ] testing-docutils = [ "pygments",