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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
amqp==5.3.1
# via kombu
asgiref==3.10.0
asgiref==3.11.0
# via django
attrs==25.4.0
# via -r requirements/base.in
Expand Down Expand Up @@ -100,7 +100,7 @@ six==1.17.0
# via python-dateutil
sqlparse==0.5.3
# via django
stevedore==5.5.0
stevedore==5.6.0
# via
# edx-django-utils
# edx-opaque-keys
Expand Down
10 changes: 9 additions & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ filelock==3.20.0
# virtualenv
grimp==3.13
# via import-linter
import-linter==2.6
import-linter==2.7
# via -r requirements/ci.in
markdown-it-py==4.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
packaging==25.0
# via
# pyproject-api
Expand All @@ -32,8 +36,12 @@ platformdirs==4.5.0
# virtualenv
pluggy==1.6.0
# via tox
pygments==2.19.2
# via rich
pyproject-api==1.10.0
# via tox
rich==14.2.0
# via import-linter
tox==4.32.0
# via -r requirements/ci.in
typing-extensions==4.15.0
Expand Down
15 changes: 10 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.3.1
# via
# -r requirements/quality.txt
# kombu
asgiref==3.10.0
asgiref==3.11.0
# via
# -r requirements/quality.txt
# django
Expand Down Expand Up @@ -94,7 +94,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -203,7 +203,7 @@ idna==3.11
# via
# -r requirements/quality.txt
# requests
import-linter==2.6
import-linter==2.7
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -257,6 +257,7 @@ lxml-html-clean==0.4.3
# via lxml
markdown-it-py==4.0.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# rich
markupsafe==3.0.3
Expand All @@ -269,6 +270,7 @@ mccabe==0.7.0
# pylint
mdurl==0.1.2
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# markdown-it-py
mock==5.2.0
Expand Down Expand Up @@ -344,6 +346,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.19.2
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# diff-cover
# pytest
Expand Down Expand Up @@ -436,11 +439,13 @@ rfc3986==2.0.0
# twine
rich==14.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# import-linter
# twine
rules==3.5
# via -r requirements/quality.txt
secretstorage==3.4.1
secretstorage==3.5.0
# via
# -r requirements/quality.txt
# keyring
Expand All @@ -462,7 +467,7 @@ sqlparse==0.5.3
# -r requirements/quality.txt
# django
# django-debug-toolbar
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
23 changes: 18 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ amqp==5.3.1
# via
# -r requirements/test.txt
# kombu
asgiref==3.10.0
asgiref==3.11.0
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -67,7 +67,7 @@ click-repl==0.3.0
# celery
code-annotations==2.3.0
# via -r requirements/test.txt
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -156,7 +156,7 @@ idna==3.11
# requests
imagesize==1.4.1
# via sphinx
import-linter==2.6
import-linter==2.7
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand All @@ -171,10 +171,18 @@ kombu==5.5.4
# via
# -r requirements/test.txt
# celery
markdown-it-py==4.0.0
# via
# -r requirements/test.txt
# rich
markupsafe==3.0.3
# via
# -r requirements/test.txt
# jinja2
mdurl==0.1.2
# via
# -r requirements/test.txt
# markdown-it-py
mock==5.2.0
# via -r requirements/test.txt
mypy==1.18.2
Expand Down Expand Up @@ -227,6 +235,7 @@ pygments==2.19.2
# pydata-sphinx-theme
# pytest
# readme-renderer
# rich
# sphinx
pyjwt[crypto]==2.10.1
# via
Expand Down Expand Up @@ -271,8 +280,12 @@ requests==2.32.5
# djangorestframework-stubs
# edx-drf-extensions
# sphinx
restructuredtext-lint==1.4.0
restructuredtext-lint==2.0.2
# via doc8
rich==14.2.0
# via
# -r requirements/test.txt
# import-linter
roman-numerals-py==3.1.0
# via sphinx
rules==3.5
Expand Down Expand Up @@ -316,7 +329,7 @@ sqlparse==0.5.3
# -r requirements/test.txt
# django
# django-debug-toolbar
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
23 changes: 15 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.3.1
# via
# -r requirements/test.txt
# kombu
asgiref==3.10.0
asgiref==3.11.0
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -69,7 +69,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -155,7 +155,7 @@ idna==3.11
# via
# -r requirements/test.txt
# requests
import-linter==2.6
import-linter==2.7
# via -r requirements/test.txt
importlib-metadata==8.7.0
# via keyring
Expand Down Expand Up @@ -188,15 +188,19 @@ kombu==5.5.4
# -r requirements/test.txt
# celery
markdown-it-py==4.0.0
# via rich
# via
# -r requirements/test.txt
# rich
markupsafe==3.0.3
# via
# -r requirements/test.txt
# jinja2
mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
# via
# -r requirements/test.txt
# markdown-it-py
mock==5.2.0
# via -r requirements/test.txt
more-itertools==10.8.0
Expand Down Expand Up @@ -316,10 +320,13 @@ requests-toolbelt==1.0.0
rfc3986==2.0.0
# via twine
rich==14.2.0
# via twine
# via
# -r requirements/test.txt
# import-linter
# twine
rules==3.5
# via -r requirements/test.txt
secretstorage==3.4.1
secretstorage==3.5.0
# via keyring
semantic-version==2.10.0
# via
Expand All @@ -337,7 +344,7 @@ sqlparse==0.5.3
# -r requirements/test.txt
# django
# django-debug-toolbar
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
18 changes: 13 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.3.1
# via
# -r requirements/base.txt
# kombu
asgiref==3.10.0
asgiref==3.11.0
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -57,7 +57,7 @@ click-repl==0.3.0
# celery
code-annotations==2.3.0
# via -r requirements/test.in
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -129,7 +129,7 @@ idna==3.11
# via
# -r requirements/base.txt
# requests
import-linter==2.6
import-linter==2.7
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand All @@ -139,8 +139,12 @@ kombu==5.5.4
# via
# -r requirements/base.txt
# celery
markdown-it-py==4.0.0
# via rich
markupsafe==3.0.3
# via jinja2
mdurl==0.1.2
# via markdown-it-py
mock==5.2.0
# via -r requirements/test.in
mypy==1.18.2
Expand Down Expand Up @@ -173,7 +177,9 @@ pycparser==2.23
# -r requirements/base.txt
# cffi
pygments==2.19.2
# via pytest
# via
# pytest
# rich
pyjwt[crypto]==2.10.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -210,6 +216,8 @@ requests==2.32.5
# -r requirements/base.txt
# djangorestframework-stubs
# edx-drf-extensions
rich==14.2.0
# via import-linter
rules==3.5
# via -r requirements/base.txt
semantic-version==2.10.0
Expand All @@ -225,7 +233,7 @@ sqlparse==0.5.3
# -r requirements/base.txt
# django
# django-debug-toolbar
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down