Skip to content

Commit 3e5e8d0

Browse files
pip prod(deps): update pygments requirement from >=2.0.0 to >=2.20.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.0...2.20.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 892e367 commit 3e5e8d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
click == 8.1.8
33
requests >= 2.32.2
44
prompt_toolkit >= 2
5-
pygments >= 2.0.0
5+
pygments >= 2.20.0
66
urllib3 >= 1.24
77
rich == 14.3.3
88
# only used for soap transport

tools/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sphinx
77
click == 8.1.8
88
requests >= 2.32.2
99
prompt_toolkit >= 2
10-
pygments >= 2.0.0
10+
pygments >= 2.20.0
1111
urllib3 >= 1.24
1212
rich >= 12.3.0
1313
flake8

0 commit comments

Comments
 (0)