Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements/release.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
boto3
filelock >= 3.20.3
pre-commit
pygments >= 2.20.0
python-tools-scripts >= 0.18.6
requests >= 2.33.0
urllib3 >= 2.6.3
Expand Down
6 changes: 4 additions & 2 deletions requirements/release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ pydantic==2.10.5
# via python-tools-scripts
pydantic-core==2.27.2
# via pydantic
pygments==2.19.1
# via rich
pygments==2.20.0
# via
# -r requirements/release.in
# rich
python-dateutil==2.9.0.post0
# via botocore
python-tools-scripts==0.20.5
Expand Down
Loading