Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 11, 2024
1 parent 5664bfe commit b9ab82c
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.35.54
boto3==1.35.57
# via fs-s3fs
botocore==1.35.54
botocore==1.35.57
# via
# boto3
# s3transfer
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.54
boto3==1.35.57
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.54
botocore==1.35.57
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -235,7 +235,7 @@ openedx-django-pyfs==3.7.0
# xblock
openedx-filters==1.11.0
# via -r requirements/test.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# -r requirements/tox.txt
Expand Down Expand Up @@ -424,7 +424,7 @@ xblock[django]==5.1.0
# xblock-sdk
xblock-sdk==0.12.0
# via -r requirements/test.txt
zipp==3.20.2
zipp==3.21.0
# via
# -r requirements/test.txt
# importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
boto3==1.35.54
boto3==1.35.57
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.54
botocore==1.35.57
# via
# -r requirements/base.txt
# boto3
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.54
boto3==1.35.57
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.54
botocore==1.35.57
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -92,7 +92,7 @@ openedx-django-pyfs==3.7.0
# xblock
openedx-filters==1.11.0
# via -r requirements/base.txt
packaging==24.1
packaging==24.2
# via sphinx
pydata-sphinx-theme==0.16.0
# via sphinx-book-theme
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.54
boto3==1.35.57
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.54
botocore==1.35.57
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -269,7 +269,7 @@ xblock[django]==5.1.0
# xblock-sdk
xblock-sdk==0.12.0
# via -r requirements/quality.in
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.54
boto3==1.35.57
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.54
botocore==1.35.57
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -158,7 +158,7 @@ openedx-django-pyfs==3.7.0
# xblock
openedx-filters==1.11.0
# via -r requirements/base.txt
packaging==24.1
packaging==24.2
# via pytest
pbr==6.1.0
# via stevedore
Expand Down Expand Up @@ -289,7 +289,7 @@ xblock[django]==5.1.0
# xblock-sdk
xblock-sdk==0.12.0
# via -r requirements/test.in
zipp==3.20.2
zipp==3.21.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# via
# pyproject-api
# tox
Expand Down

0 comments on commit b9ab82c

Please sign in to comment.