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 10716db commit c041567
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ docopt==0.6.2
# via coveralls
edx-i18n-tools==1.6.0
# via -r requirements/ci.in
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ 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 fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -152,7 +152,7 @@ pluggy==1.5.0
# pytest
polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ 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 fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -152,7 +152,7 @@ pluggy==1.5.0
# pytest
polib==1.2.0
# via edx-i18n-tools
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ 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 fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# boto3
# s3transfer
Expand Down

0 comments on commit c041567

Please sign in to comment.