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 833bb64 commit 94f8c5a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# django
bleach[css]==6.1.0
# via -r requirements/base.in
boto3==1.34.122
boto3==1.34.127
# via fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# boto3
# s3transfer
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/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.1.0
# via -r requirements/quality.txt
boto3==1.34.122
boto3==1.34.127
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -125,7 +125,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/quality.txt
# pytest
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -245,7 +245,7 @@ polib==1.2.0
# via
# -r requirements/quality.txt
# edx-i18n-tools
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.txt
pygments==2.18.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.1.0
# via -r requirements/test.txt
boto3==1.34.122
boto3==1.34.127
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -188,7 +188,7 @@ polib==1.2.0
# via
# -r requirements/test.txt
# edx-i18n-tools
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pygments==2.18.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ binaryornot==0.4.4
# via cookiecutter
bleach[css]==6.1.0
# via -r requirements/base.txt
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

0 comments on commit 94f8c5a

Please sign in to comment.