Skip to content

Commit 23e0348

Browse files
⬆️ 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](pygments/pygments@0.5...2.19.1) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbb7f1d commit 23e0348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ testing = [
7575
"pytest-regressions",
7676
"pytest-param-files~=0.6.0",
7777
"sphinx-pytest",
78-
"pygments<2.19", # TODO fix test regression with 2.19"
78+
"pygments<2.20", # TODO fix test regression with 2.19"
7979
]
8080
testing-docutils = [
8181
"pygments",

0 commit comments

Comments
 (0)