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 Jan 12, 2025
1 parent 306889d commit 7ffe5f6
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 19 deletions.
11 changes: 6 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.3.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.35.92
boto3==1.35.97
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.92
botocore==1.35.97
# 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.123.2
hypothesis==6.123.15
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -184,7 +184,7 @@ pluggy==1.5.0
# tox
pycodestyle==2.12.1
# via -r requirements/test.txt
pygments==2.18.0
pygments==2.19.1
# via
# -r requirements/test.txt
# diff-cover
Expand Down Expand Up @@ -287,8 +287,9 @@ typing-extensions==4.12.2
# via
# -r requirements/test.txt
# edx-opaque-keys
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
# botocore
virtualenv==20.28.1
Expand Down
10 changes: 6 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.92
boto3==1.35.97
# via fs-s3fs
botocore==1.35.92
botocore==1.35.97
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -86,8 +86,10 @@ typing-extensions==4.12.2
# via
# -r requirements/base.txt
# edx-opaque-keys
urllib3==2.3.0
# via botocore
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# botocore
web-fragments==2.2.0
# via -r requirements/base.txt
webob==1.8.9
Expand Down
9 changes: 5 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.92
boto3==1.35.97
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.92
botocore==1.35.97
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -93,7 +93,7 @@ pbr==6.1.0
# stevedore
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.1
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down Expand Up @@ -160,8 +160,9 @@ typing-extensions==4.12.2
# -r requirements/django.txt
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.txt
# botocore
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ 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.6.0
setuptools==75.8.0
# via -r requirements/pip.in
11 changes: 6 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ astroid==3.3.8
# pylint-celery
attrs==24.3.0
# via hypothesis
boto3==1.35.92
boto3==1.35.97
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.35.92
botocore==1.35.97
# 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.123.2
hypothesis==6.123.15
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -137,7 +137,7 @@ pluggy==1.5.0
# tox
pycodestyle==2.12.1
# via -r requirements/test.in
pygments==2.18.0
pygments==2.19.1
# via diff-cover
pylint==3.3.3
# via
Expand Down Expand Up @@ -215,8 +215,9 @@ typing-extensions==4.12.2
# via
# -r requirements/django.txt
# edx-opaque-keys
urllib3==2.3.0
urllib3==2.2.3
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/django.txt
# botocore
virtualenv==20.28.1
Expand Down

0 comments on commit 7ffe5f6

Please sign in to comment.