Skip to content

Commit b24cca7

Browse files
Update pygments requirement from <=2.13.0,>=2.7.4 to >=2.7.4,<=2.18.0
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@2.7.4...2.18.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4471ce1 commit b24cca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ coincidence>=0.2.0
44
coverage>=5.1
55
coverage-pyver-pragma>=0.2.1
66
importlib-metadata>=3.6.0
7-
pygments<=2.13.0,>=2.7.4
7+
pygments>=2.7.4,<=2.18.0
88
pytest>=6.0.0
99
pytest-cov>=2.8.1
1010
pytest-randomly>=3.7.0

0 commit comments

Comments
 (0)