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 committed Nov 10, 2024
1 parent 79720c6 commit a5471c4
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ filelock==3.16.1
# via
# tox
# virtualenv
packaging==24.1
packaging==24.2
# 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 @@ -21,11 +21,11 @@ attrs==24.2.0
# via
# -r requirements/test.txt
# hypothesis
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 @@ -112,7 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.116.0
hypothesis==6.118.3
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -151,7 +151,7 @@ mock==5.1.0
# via -r requirements/test.txt
openedx-django-pyfs==3.7.0
# via -r requirements/test.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -300,7 +300,7 @@ web-fragments==2.2.0
# via -r requirements/test.txt
webob==1.8.9
# via -r requirements/test.txt
wheel==0.44.0
wheel==0.45.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# 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
6 changes: 3 additions & 3 deletions requirements/doc.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/django.txt
# fs-s3fs
botocore==1.35.54
botocore==1.35.57
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -85,7 +85,7 @@ mock==5.1.0
# via -r requirements/doc.in
openedx-django-pyfs==3.7.0
# via -r requirements/django.txt
packaging==24.1
packaging==24.2
# via sphinx
pbr==6.1.0
# via
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
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.3.5
# pylint-celery
attrs==24.2.0
# via hypothesis
boto3==1.35.54
boto3==1.35.57
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.54
botocore==1.35.57
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.116.0
hypothesis==6.118.3
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -114,7 +114,7 @@ mock==5.1.0
# via -r requirements/test.in
openedx-django-pyfs==3.7.0
# via -r requirements/django.txt
packaging==24.1
packaging==24.2
# via
# pyproject-api
# pytest
Expand Down

0 comments on commit a5471c4

Please sign in to comment.