Skip to content

Commit d3fd01a

Browse files
⬆️ Update pygments requirement from <2.20 to <2.21
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.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9364edb commit d3fd01a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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~=0.3.0",
78-
"pygments<2.20", # TODO fix test regression with 2.19"
78+
"pygments<2.21", # TODO fix test regression with 2.19"
7979
]
8080
testing-docutils = [
8181
"pygments",

0 commit comments

Comments
 (0)