Skip to content

Commit e00d033

Browse files
pip prod(deps): update pygments requirement from >=2.20.0 to >=2.21.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.20.0...2.21.0) --- updated-dependencies: - dependency-name: pygments dependency-version: 2.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c69d025 commit e00d033

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.4.2
33
requests >= 2.34.2
44
prompt_toolkit >= 3.0.52
5-
pygments >= 2.20.0
5+
pygments >= 2.21.0
66
urllib3 >= 2.7.0
77
rich == 15.0.0
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.4.2
88
requests >= 2.34.2
99
prompt_toolkit >= 3.0.52
10-
pygments >= 2.20.0
10+
pygments >= 2.21.0
1111
urllib3 >= 2.7.0
1212
rich >= 12.3.0
1313
flake8

0 commit comments

Comments
 (0)