Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jun 20, 2024
1 parent 0c516cf commit d89d4ae
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions requirements/base.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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
packaging==24.0
packaging==24.1
# via
# pyproject-api
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.34.122
boto3==1.34.127
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.122
botocore==1.34.127
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -116,7 +116,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -203,7 +203,7 @@ openedx-django-pyfs==3.6.0
# -r requirements/base.txt
# -r requirements/test.txt
# xblock
packaging==24.0
packaging==24.1
# via
# -r requirements/test.txt
# pyproject-api
Expand All @@ -223,7 +223,7 @@ pluggy==1.5.0
# -r requirements/test.txt
# pytest
# tox
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
packaging==24.0
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
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 @@ -97,7 +97,7 @@ exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
filelock==3.14.0
filelock==3.15.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -170,7 +170,7 @@ openedx-django-pyfs==3.6.0
# via
# -r requirements/test.txt
# xblock
packaging==24.0
packaging==24.1
# via
# -r requirements/test.txt
# pyproject-api
Expand All @@ -190,7 +190,7 @@ pluggy==1.5.0
# -r requirements/test.txt
# pytest
# tox
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# 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 @@ -73,7 +73,7 @@ distlib==0.3.8
# openedx-django-pyfs
exceptiongroup==1.2.1
# via pytest
filelock==3.14.0
filelock==3.15.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -136,7 +136,7 @@ openedx-django-pyfs==3.6.0
# via
# -r requirements/base.txt
# xblock
packaging==24.0
packaging==24.1
# via
# pyproject-api
# pytest
Expand Down

0 comments on commit d89d4ae

Please sign in to comment.