Skip to content

Commit 7cd13e2

Browse files
Update pygments requirement in the optional group (#9953)
Updates the requirements on [pygments](https://github.com/pygments/pygments) to permit the latest version. Updates `pygments` to 2.20.0 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.17.0...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:development dependency-group: optional ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99f619f commit 7cd13e2

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
@@ -69,7 +69,7 @@ optional = [
6969
"legacy-cgi; python_version>='3.13'",
7070
"markdown>=3.3.7",
7171
"psycopg[binary]>=3.1.8",
72-
"pygments>=2.17,<2.20",
72+
"pygments>=2.17,<2.21",
7373
"pyyaml>=5.3.1,<6.1",
7474
"requests",
7575
"uritemplate",

0 commit comments

Comments
 (0)