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 24, 2024
1 parent 5c5908f commit 496b6e0
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ six==1.16.0
# via
# fs
# python-dateutil
stevedore==5.3.0
stevedore==5.4.0
# via edx-opaque-keys
typing-extensions==4.12.2
# via edx-opaque-keys
Expand Down
14 changes: 7 additions & 7 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.63
boto3==1.35.68
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.63
botocore==1.35.68
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -57,7 +57,7 @@ click-log==0.4.0
# via
# -r requirements/test.txt
# edx-lint
code-annotations==1.8.1
code-annotations==1.8.2
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -112,7 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.119.1
hypothesis==6.119.4
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -245,7 +245,7 @@ pyyaml==6.0.2
# via
# -r requirements/test.txt
# code-annotations
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/test.txt
# boto3
Expand All @@ -266,7 +266,7 @@ sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/test.txt
# code-annotations
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.45.0
wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
8 changes: 4 additions & 4 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.63
boto3==1.35.68
# via fs-s3fs
botocore==1.35.63
botocore==1.35.68
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -66,7 +66,7 @@ pytz==2024.2
# via -r requirements/base.txt
pyyaml==6.0.2
# via -r requirements/base.txt
s3transfer==0.10.3
s3transfer==0.10.4
# via boto3
simplejson==3.19.3
# via -r requirements/base.txt
Expand All @@ -78,7 +78,7 @@ six==1.16.0
# python-dateutil
sqlparse==0.5.2
# via django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down
8 changes: 4 additions & 4 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.63
boto3==1.35.68
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.63
botocore==1.35.68
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -112,7 +112,7 @@ pyyaml==6.0.2
# via -r requirements/django.txt
requests==2.32.3
# via sphinx
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -151,7 +151,7 @@ sqlparse==0.5.2
# via
# -r requirements/django.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/django.txt
# edx-opaque-keys
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.0
wheel==0.45.1
# via pip-tools

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

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.5.0
setuptools==75.6.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 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.63
boto3==1.35.68
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.63
botocore==1.35.68
# via
# -r requirements/django.txt
# boto3
Expand All @@ -41,7 +41,7 @@ click==8.1.7
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.8.1
code-annotations==1.8.2
# via edx-lint
colorama==0.4.6
# via tox
Expand Down Expand Up @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.119.1
hypothesis==6.119.4
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -181,7 +181,7 @@ pyyaml==6.0.2
# via
# -r requirements/django.txt
# code-annotations
s3transfer==0.10.3
s3transfer==0.10.4
# via
# -r requirements/django.txt
# boto3
Expand All @@ -200,7 +200,7 @@ sqlparse==0.5.2
# via
# -r requirements/django.txt
# django
stevedore==5.3.0
stevedore==5.4.0
# via
# -r requirements/django.txt
# code-annotations
Expand Down

0 comments on commit 496b6e0

Please sign in to comment.