From adaf90c3f9bec37a5367a4039f07302f9bdc6872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 09:33:44 +0000 Subject: [PATCH 1/2] :arrow_up: Update pygments requirement from <2.19 to <2.20 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.19.1) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1a3c8b6..bbef7038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ testing = [ "pytest-regressions", "pytest-param-files~=0.6.0", "sphinx-pytest", - "pygments<2.19", # TODO fix test regression with 2.19" + "pygments<2.20", # TODO fix test regression with 2.19" ] testing-docutils = [ "pygments", From ceaa6405aa2145d5c5a1068deb8e94b72d7dad75 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Fri, 28 Nov 2025 11:02:15 +0100 Subject: [PATCH 2/2] update --- tests/test_sphinx/test_sphinx_builds/test_includes.html | 2 +- tests/test_sphinx/test_sphinx_builds/test_includes.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_sphinx/test_sphinx_builds/test_includes.html b/tests/test_sphinx/test_sphinx_builds/test_includes.html index a561b031..1a2faee1 100644 --- a/tests/test_sphinx/test_sphinx_builds/test_includes.html +++ b/tests/test_sphinx/test_sphinx_builds/test_includes.html @@ -115,7 +115,7 @@

-
0 def a_func(param):
+     
0 def a_func(param):
 1     print(param)
diff --git a/tests/test_sphinx/test_sphinx_builds/test_includes.xml b/tests/test_sphinx/test_sphinx_builds/test_includes.xml index 9af883de..8da26cb0 100644 --- a/tests/test_sphinx/test_sphinx_builds/test_includes.xml +++ b/tests/test_sphinx/test_sphinx_builds/test_includes.xml @@ -53,6 +53,7 @@ def + a_func @@ -78,6 +79,7 @@ 0 def + a_func