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 @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
dnspython==2.8.0
# via pymongo
edx-opaque-keys==3.1.0
edx-opaque-keys==4.0.0
# via -r requirements/base.in
fs==2.4.16
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ python-discovery==1.2.1
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.51.0
tox==4.52.0
# via -r requirements/ci.in
virtualenv==21.2.0
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ astroid==4.0.4
# -r requirements/test.txt
# pylint
# pylint-celery
boto3==1.42.78
boto3==1.42.83
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.78
botocore==1.42.83
# via
# -r requirements/test.txt
# boto3
Expand All @@ -35,11 +35,11 @@ cachetools==7.0.5
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
chardet==7.4.0.post1
chardet==7.4.0.post2
# via
# -r requirements/test.txt
# diff-cover
click==8.3.1
click==8.3.2
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -89,7 +89,7 @@ dnspython==2.8.0
# pymongo
edx-lint==6.0.0
# via -r requirements/test.txt
edx-opaque-keys==3.1.0
edx-opaque-keys==4.0.0
# via -r requirements/test.txt
filelock==3.25.2
# via
Expand All @@ -107,7 +107,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/test.txt
# openedx-django-pyfs
hypothesis==6.151.9
hypothesis==6.151.10
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -178,7 +178,7 @@ pluggy==1.6.0
# tox
pycodestyle==2.14.0
# via -r requirements/test.txt
pygments==2.19.2
pygments==2.20.0
# via
# -r requirements/test.txt
# diff-cover
Expand Down Expand Up @@ -285,7 +285,7 @@ tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
tox==4.51.0
tox==4.52.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
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.11.1
# via django
boto3==1.42.78
boto3==1.42.83
# via fs-s3fs
botocore==1.42.78
botocore==1.42.83
# via
# boto3
# s3transfer
Expand All @@ -25,7 +25,7 @@ dnspython==2.8.0
# via
# -r requirements/base.txt
# pymongo
edx-opaque-keys==3.1.0
edx-opaque-keys==4.0.0
# via -r requirements/base.txt
fs==2.4.16
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ babel==2.18.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.42.78
boto3==1.42.83
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.78
botocore==1.42.83
# via
# -r requirements/django.txt
# boto3
# s3transfer
certifi==2026.2.25
# via requests
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
django==5.2.12
# via
Expand All @@ -48,7 +48,7 @@ docutils==0.22.4
# via
# pydata-sphinx-theme
# sphinx
edx-opaque-keys==3.1.0
edx-opaque-keys==4.0.0
# via -r requirements/django.txt
fs==2.4.16
# via
Expand Down Expand Up @@ -89,7 +89,7 @@ packaging==26.0
# via sphinx
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.19.2
pygments==2.20.0
# via
# accessible-pygments
# pydata-sphinx-theme
Expand All @@ -106,7 +106,7 @@ pytz==2026.1.post1
# via -r requirements/django.txt
pyyaml==6.0.3
# via -r requirements/django.txt
requests==2.33.0
requests==2.33.1
# via sphinx
roman-numerals==4.1.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.4.2
# via pip-tools
click==8.3.1
click==8.3.2
# via pip-tools
packaging==26.0
# via
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ astroid==4.0.4
# -r requirements/test.in
# pylint
# pylint-celery
boto3==1.42.78
boto3==1.42.83
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.78
botocore==1.42.83
# via
# -r requirements/django.txt
# boto3
# s3transfer
cachetools==7.0.5
# via tox
chardet==7.4.0.post1
chardet==7.4.0.post2
# via diff-cover
click==8.3.1
click==8.3.2
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -63,7 +63,7 @@ dnspython==2.8.0
# pymongo
edx-lint==6.0.0
# via -r requirements/test.in
edx-opaque-keys==3.1.0
edx-opaque-keys==4.0.0
# via -r requirements/django.txt
filelock==3.25.2
# via
Expand All @@ -79,7 +79,7 @@ fs-s3fs==1.1.1
# via
# -r requirements/django.txt
# openedx-django-pyfs
hypothesis==6.151.9
hypothesis==6.151.10
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -132,7 +132,7 @@ pluggy==1.6.0
# tox
pycodestyle==2.14.0
# via -r requirements/test.in
pygments==2.19.2
pygments==2.20.0
# via
# diff-cover
# pytest
Expand Down Expand Up @@ -212,7 +212,7 @@ tomli-w==1.2.0
# via tox
tomlkit==0.14.0
# via pylint
tox==4.51.0
tox==4.52.0
# via -r requirements/test.in
typing-extensions==4.15.0
# via
Expand Down