Skip to content
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 @@ -34,7 +34,7 @@ six==1.17.0
# via
# fs
# python-dateutil
stevedore==5.5.0
stevedore==5.6.0
# via edx-opaque-keys
typing-extensions==4.15.0
# 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 @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.11.3
coverage==7.12.0
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/test.txt
# fs
asgiref==3.10.0
asgiref==3.11.0
# via
# -r requirements/test.txt
# django
Expand All @@ -17,11 +17,11 @@ astroid==3.3.11
# -r requirements/test.txt
# pylint
# pylint-celery
boto3==1.40.74
boto3==1.41.2
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.74
botocore==1.41.2
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -62,7 +62,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -108,7 +108,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.148.0
hypothesis==6.148.2
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -239,7 +239,7 @@ pyyaml==6.0.3
# via
# -r requirements/test.txt
# code-annotations
s3transfer==0.14.0
s3transfer==0.15.0
# via
# -r requirements/test.txt
# boto3
Expand All @@ -260,7 +260,7 @@ sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
10 changes: 5 additions & 5 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fs
asgiref==3.10.0
asgiref==3.11.0
# via django
boto3==1.40.74
boto3==1.41.2
# via fs-s3fs
botocore==1.40.74
botocore==1.41.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -62,7 +62,7 @@ pytz==2025.2
# via -r requirements/base.txt
pyyaml==6.0.3
# via -r requirements/base.txt
s3transfer==0.14.0
s3transfer==0.15.0
# via boto3
simplejson==3.20.2
# via -r requirements/base.txt
Expand All @@ -74,7 +74,7 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.3
# via django
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ appdirs==1.4.4
# via
# -r requirements/django.txt
# fs
asgiref==3.10.0
asgiref==3.11.0
# via
# -r requirements/django.txt
# django
Expand All @@ -22,11 +22,11 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.14.2
# via pydata-sphinx-theme
boto3==1.40.74
boto3==1.41.2
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.40.74
botocore==1.41.2
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -112,7 +112,7 @@ requests==2.32.5
# via sphinx
roman-numerals-py==3.1.0
# via sphinx
s3transfer==0.14.0
s3transfer==0.15.0
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -151,7 +151,7 @@ sqlparse==0.5.3
# via
# -r requirements/django.txt
# django
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/django.txt
# edx-opaque-keys
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/django.txt
# fs
asgiref==3.10.0
asgiref==3.11.0
# via
# -r requirements/django.txt
# django
Expand All @@ -17,11 +17,11 @@ astroid==3.3.11
# -r requirements/test.in
# pylint
# pylint-celery
boto3==1.40.74
boto3==1.41.2
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.40.74
botocore==1.41.2
# via
# -r requirements/django.txt
# boto3
Expand All @@ -43,7 +43,7 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -80,7 +80,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.148.0
hypothesis==6.148.2
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -178,7 +178,7 @@ pyyaml==6.0.3
# via
# -r requirements/django.txt
# code-annotations
s3transfer==0.14.0
s3transfer==0.15.0
# via
# -r requirements/django.txt
# boto3
Expand All @@ -197,7 +197,7 @@ sqlparse==0.5.3
# via
# -r requirements/django.txt
# django
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/django.txt
# code-annotations
Expand Down