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.0.0
edx-opaque-keys==3.1.0
# via -r requirements/base.in
fs==2.4.16
# via -r requirements/base.in
Expand Down
10 changes: 6 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#
cachetools==7.0.1
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.13.4
Expand All @@ -16,6 +14,7 @@ distlib==0.4.0
# via virtualenv
filelock==3.24.3
# via
# python-discovery
# tox
# virtualenv
packaging==26.0
Expand All @@ -24,13 +23,16 @@ packaging==26.0
# tox
platformdirs==4.9.2
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
tox==4.44.0
python-discovery==1.1.0
# via virtualenv
tox==4.46.3
# via -r requirements/ci.in
virtualenv==20.38.0
virtualenv==21.1.0
# via tox
23 changes: 14 additions & 9 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.54
boto3==1.42.59
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.54
botocore==1.42.59
# via
# -r requirements/test.txt
# boto3
Expand All @@ -35,12 +35,10 @@ cachetools==7.0.1
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
chardet==5.2.0
chardet==6.0.0.post1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# diff-cover
# tox
click==8.3.1
# via
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -91,12 +89,13 @@ dnspython==2.8.0
# pymongo
edx-lint==5.6.0
# via -r requirements/test.txt
edx-opaque-keys==3.0.0
edx-opaque-keys==3.1.0
# via -r requirements/test.txt
filelock==3.24.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# python-discovery
# tox
# virtualenv
fs==2.4.16
Expand All @@ -114,7 +113,7 @@ iniconfig==2.3.0
# via
# -r requirements/test.txt
# pytest
isort==8.0.0
isort==8.0.1
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -166,6 +165,7 @@ platformdirs==4.9.2
# -r requirements/ci.txt
# -r requirements/test.txt
# pylint
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
Expand Down Expand Up @@ -230,6 +230,11 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# botocore
python-discovery==1.1.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
python-slugify==8.0.4
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -274,7 +279,7 @@ tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
tox==4.44.0
tox==4.46.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand All @@ -286,7 +291,7 @@ urllib3==2.6.3
# via
# -r requirements/test.txt
# botocore
virtualenv==20.38.0
virtualenv==21.1.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.54
boto3==1.42.59
# via fs-s3fs
botocore==1.42.54
botocore==1.42.59
# via
# boto3
# s3transfer
Expand All @@ -25,7 +25,7 @@ dnspython==2.8.0
# via
# -r requirements/base.txt
# pymongo
edx-opaque-keys==3.0.0
edx-opaque-keys==3.1.0
# via -r requirements/base.txt
fs==2.4.16
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ babel==2.18.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.42.54
boto3==1.42.59
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.54
botocore==1.42.59
# via
# -r requirements/django.txt
# boto3
# s3transfer
certifi==2026.1.4
certifi==2026.2.25
# via requests
charset-normalizer==3.4.4
# via requests
Expand All @@ -48,7 +48,7 @@ docutils==0.22.4
# via
# pydata-sphinx-theme
# sphinx
edx-opaque-keys==3.0.0
edx-opaque-keys==3.1.0
# via -r requirements/django.txt
fs==2.4.16
# via
Expand Down
22 changes: 12 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,19 @@ astroid==4.0.4
# -r requirements/test.in
# pylint
# pylint-celery
boto3==1.42.54
boto3==1.42.59
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.54
botocore==1.42.59
# via
# -r requirements/django.txt
# boto3
# s3transfer
cachetools==7.0.1
# via tox
chardet==5.2.0
# via
# diff-cover
# tox
chardet==6.0.0.post1
# via diff-cover
click==8.3.1
# via
# click-log
Expand Down Expand Up @@ -65,10 +63,11 @@ dnspython==2.8.0
# pymongo
edx-lint==5.6.0
# via -r requirements/test.in
edx-opaque-keys==3.0.0
edx-opaque-keys==3.1.0
# via -r requirements/django.txt
filelock==3.24.3
# via
# python-discovery
# tox
# virtualenv
fs==2.4.16
Expand All @@ -84,7 +83,7 @@ hypothesis==6.151.9
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
isort==8.0.0
isort==8.0.1
# via pylint
jinja2==3.1.6
# via
Expand Down Expand Up @@ -122,6 +121,7 @@ path==17.1.1
platformdirs==4.9.2
# via
# pylint
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
Expand Down Expand Up @@ -170,6 +170,8 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/django.txt
# botocore
python-discovery==1.1.0
# via virtualenv
python-slugify==8.0.4
# via code-annotations
pytz==2025.2
Expand Down Expand Up @@ -206,7 +208,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.14.0
# via pylint
tox==4.44.0
tox==4.46.3
# via -r requirements/test.in
typing-extensions==4.15.0
# via
Expand All @@ -216,7 +218,7 @@ urllib3==2.6.3
# via
# -r requirements/django.txt
# botocore
virtualenv==20.38.0
virtualenv==21.1.0
# via tox
web-fragments==3.1.0
# via -r requirements/django.txt
Expand Down