Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #819

Merged
merged 1 commit into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.17.0
# via
# fs
# python-dateutil
stevedore==5.4.0
stevedore==5.4.1
# via edx-opaque-keys
typing-extensions==4.12.2
# via edx-opaque-keys
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.1
cachetools==5.5.2
# via tox
chardet==5.2.0
# via tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==25.1.0
# via
# -r requirements/test.txt
# hypothesis
boto3==1.36.21
boto3==1.36.26
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.36.21
botocore==1.36.26
# via
# -r requirements/test.txt
# boto3
Expand All @@ -34,7 +34,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.5.1
cachetools==5.5.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -73,7 +73,7 @@ coverage[toml]==7.6.12
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
diff-cover==9.2.2
diff-cover==9.2.3
# via -r requirements/test.txt
dill==0.3.9
# via
Expand Down Expand Up @@ -112,7 +112,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.125.3
hypothesis==6.126.0
# via -r requirements/test.txt
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -266,7 +266,7 @@ sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down
6 changes: 3 additions & 3 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.36.21
boto3==1.36.26
# via fs-s3fs
botocore==1.36.21
botocore==1.36.26
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -78,7 +78,7 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.3
# via django
stevedore==5.4.0
stevedore==5.4.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down
18 changes: 11 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.13.3
# via pydata-sphinx-theme
boto3==1.36.21
boto3==1.36.26
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.36.21
botocore==1.36.26
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -86,12 +86,14 @@ mock==5.1.0
openedx-django-pyfs==3.7.0
# via -r requirements/django.txt
packaging==24.2
# via sphinx
# via
# pydata-sphinx-theme
# sphinx
pbr==6.1.1
# via
# -r requirements/django.txt
# stevedore
pydata-sphinx-theme==0.16.1
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.19.1
# via
Expand All @@ -112,6 +114,8 @@ pyyaml==6.0.2
# via -r requirements/django.txt
requests==2.32.3
# via sphinx
roman-numerals-py==3.1.0
# via sphinx
s3transfer==0.11.2
# via
# -r requirements/django.txt
Expand All @@ -128,12 +132,12 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.6
# via beautifulsoup4
sphinx==8.1.3
sphinx==8.2.1
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.3
sphinx-book-theme==1.1.4
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -151,7 +155,7 @@ sqlparse==0.5.3
# via
# -r requirements/django.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via
# -r requirements/django.txt
# edx-opaque-keys
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ astroid==3.3.8
# pylint-celery
attrs==25.1.0
# via hypothesis
boto3==1.36.21
boto3==1.36.26
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.36.21
botocore==1.36.26
# via
# -r requirements/django.txt
# boto3
# s3transfer
cachetools==5.5.1
cachetools==5.5.2
# via tox
chardet==5.2.0
# via
Expand All @@ -51,7 +51,7 @@ coverage[toml]==7.6.12
# pytest-cov
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.2
diff-cover==9.2.3
# via -r requirements/test.in
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -82,7 +82,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.125.3
hypothesis==6.126.0
# via -r requirements/test.in
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -200,7 +200,7 @@ sqlparse==0.5.3
# via
# -r requirements/django.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via
# -r requirements/django.txt
# code-annotations
Expand Down