Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and Agrendalath committed Jun 19, 2024
1 parent 3fc3edb commit 9118039
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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

0 comments on commit 9118039

Please sign in to comment.