Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #138

Merged
merged 1 commit into from
Jun 19, 2024
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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# django
boto3==1.34.122
boto3==1.34.127
# via fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -77,7 +77,7 @@ typing-extensions==4.12.2
# via asgiref
urllib3==1.26.18
# via botocore
w3lib==2.2.0
w3lib==2.2.1
# via parsel
web-fragments==2.2.0
# via xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.34.122
boto3==1.34.127
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -141,7 +141,7 @@ platformdirs==4.2.2
# via pylint
pluggy==1.5.0
# via pytest
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/test.in
pygments==2.18.0
# via rich
Expand Down Expand Up @@ -241,7 +241,7 @@ urllib3==1.26.18
# -r requirements/base.txt
# botocore
# requests
w3lib==2.2.0
w3lib==2.2.1
# via
# -r requirements/base.txt
# parsel
Expand Down
Loading