Skip to content

Commit b07038f

Browse files
committed
Update pygments to >= 2.20.0
1 parent b7ac89d commit b07038f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

requirements/release.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
boto3
22
filelock >= 3.20.3
33
pre-commit
4+
pygments >= 2.20.0
45
python-tools-scripts >= 0.18.6
56
requests >= 2.33.0
67
urllib3 >= 2.6.3

requirements/release.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ pydantic==2.10.5
4949
# via python-tools-scripts
5050
pydantic-core==2.27.2
5151
# via pydantic
52-
pygments==2.19.1
53-
# via rich
52+
pygments==2.20.0
53+
# via
54+
# -r requirements/release.in
55+
# rich
5456
python-dateutil==2.9.0.post0
5557
# via botocore
5658
python-tools-scripts==0.20.5

0 commit comments

Comments
 (0)