From 23e0348ecd7924c68365a023f9daa42ae0f1629b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:08:09 +0000 Subject: [PATCH] :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 e97dff7f..cbee68c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,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",