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.11.1
asgiref==3.12.1
# via django
attrs==26.1.0
# via
Expand Down Expand Up @@ -135,7 +135,7 @@ stevedore==5.9.0
# via
# edx-django-utils
# edx-opaque-keys
tomlkit==0.15.0
tomlkit==0.15.1
# via -r requirements/base.in
typing-extensions==4.16.0
# via edx-opaque-keys
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ colorama==0.4.6
# via tox
distlib==0.4.3
# via virtualenv
filelock==3.29.7
filelock==3.31.0
# via
# python-discovery
# tox
Expand All @@ -19,7 +19,7 @@ packaging==26.2
# via
# pyproject-api
# tox
platformdirs==4.10.0
platformdirs==4.10.1
# via
# python-discovery
# tox
Expand All @@ -34,7 +34,7 @@ python-discovery==1.4.4
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.56.4
tox==4.57.0
# via -r requirements/ci.in
virtualenv==21.6.1
# via tox
24 changes: 12 additions & 12 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.11.1
asgiref==3.12.1
# via
# -r requirements/quality.txt
# django
Expand All @@ -29,7 +29,7 @@ billiard==4.2.4
# via
# -r requirements/quality.txt
# celery
build==1.5.1
build==1.5.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -92,7 +92,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.15.1
coverage[toml]==7.15.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -147,11 +147,11 @@ django-simple-history==3.12.0
# via
# -r requirements/quality.txt
# edx-organizations
django-stubs==6.0.6
django-stubs==6.0.7
# via
# -r requirements/quality.txt
# djangorestframework-stubs
django-stubs-ext==6.0.6
django-stubs-ext==6.0.7
# via
# -r requirements/quality.txt
# django-stubs
Expand Down Expand Up @@ -210,7 +210,7 @@ fastavro==1.12.2
# via
# -r requirements/quality.txt
# openedx-events
filelock==3.29.7
filelock==3.31.0
# via
# -r requirements/ci.txt
# python-discovery
Expand Down Expand Up @@ -248,7 +248,7 @@ jaraco-context==6.1.2
# via
# -r requirements/quality.txt
# keyring
jaraco-functools==4.5.0
jaraco-functools==4.6.0
# via
# -r requirements/quality.txt
# keyring
Expand Down Expand Up @@ -303,7 +303,7 @@ more-itertools==11.1.0
# -r requirements/quality.txt
# jaraco-classes
# jaraco-functools
mypy==2.2.0
mypy==2.3.0
# via -r requirements/quality.txt
mypy-extensions==1.1.0
# via
Expand Down Expand Up @@ -339,9 +339,9 @@ pillow==12.3.0
# via
# -r requirements/quality.txt
# edx-organizations
pip-tools==7.5.3
pip-tools==7.6.0
# via -r requirements/pip-tools.txt
platformdirs==4.10.0
platformdirs==4.10.1
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -514,12 +514,12 @@ tomli-w==1.2.0
# via
# -r requirements/ci.txt
# tox
tomlkit==0.15.0
tomlkit==0.15.1
# via
# -r requirements/quality.txt
# edx-lint
# pylint
tox==4.56.4
tox==4.57.0
# via -r requirements/ci.txt
twine==6.2.0
# via -r requirements/quality.txt
Expand Down
21 changes: 11 additions & 10 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.11.1
asgiref==3.12.1
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -73,7 +73,7 @@ click-repl==0.3.0
# celery
code-annotations==3.0.0
# via -r requirements/test.txt
coverage[toml]==7.15.1
coverage[toml]==7.15.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -115,11 +115,11 @@ django-simple-history==3.12.0
# via
# -r requirements/test.txt
# edx-organizations
django-stubs==6.0.6
django-stubs==6.0.7
# via
# -r requirements/test.txt
# djangorestframework-stubs
django-stubs-ext==6.0.6
django-stubs-ext==6.0.7
# via
# -r requirements/test.txt
# django-stubs
Expand Down Expand Up @@ -201,6 +201,7 @@ jinja2==3.1.6
# via
# -r requirements/test.txt
# code-annotations
# pydata-sphinx-theme
# sphinx
kombu==5.6.2
# via
Expand All @@ -224,7 +225,7 @@ mdurl==0.1.2
# markdown-it-py
mock==5.2.0
# via -r requirements/test.txt
mypy==2.2.0
mypy==2.3.0
# via -r requirements/test.txt
mypy-extensions==1.1.0
# via
Expand Down Expand Up @@ -269,7 +270,7 @@ pycparser==3.0
# via
# -r requirements/test.txt
# cffi
pydata-sphinx-theme==0.16.1
pydata-sphinx-theme==0.20.0
# via sphinx-book-theme
pygments==2.20.0
# via
Expand Down Expand Up @@ -322,6 +323,7 @@ requests==2.34.2
# via
# -r requirements/test.txt
# edx-drf-extensions
# pydata-sphinx-theme
# sphinx
restructuredtext-lint==2.0.2
# via doc8
Expand All @@ -344,15 +346,15 @@ six==1.17.0
# python-dateutil
snowballstemmer==3.1.1
# via sphinx
soupsieve==2.8.4
soupsieve==2.9
# via beautifulsoup4
sphinx==9.1.0
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
# sphinxcontrib-django
sphinx-book-theme==1.2.0
sphinx-book-theme==1.4.0
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand Down Expand Up @@ -384,7 +386,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.15.0
tomlkit==0.15.1
# via -r requirements/test.txt
types-pyyaml==6.0.12.20260518
# via
Expand All @@ -401,7 +403,6 @@ typing-extensions==4.16.0
# edx-opaque-keys
# import-linter
# mypy
# pydata-sphinx-theme
tzdata==2026.3
# via
# -r requirements/test.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.5.1
build==1.5.0
# via pip-tools
click==8.4.2
# via pip-tools
packaging==26.2
# via
# build
# wheel
pip-tools==7.5.3
pip-tools==7.6.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand Down
16 changes: 8 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.11.1
asgiref==3.12.1
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -73,7 +73,7 @@ code-annotations==3.0.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.15.1
coverage[toml]==7.15.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -117,11 +117,11 @@ django-simple-history==3.12.0
# via
# -r requirements/test.txt
# edx-organizations
django-stubs==6.0.6
django-stubs==6.0.7
# via
# -r requirements/test.txt
# djangorestframework-stubs
django-stubs-ext==6.0.6
django-stubs-ext==6.0.7
# via
# -r requirements/test.txt
# django-stubs
Expand Down Expand Up @@ -202,7 +202,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.5.0
jaraco-functools==4.6.0
# via keyring
jeepney==0.9.0
# via
Expand Down Expand Up @@ -242,7 +242,7 @@ more-itertools==11.1.0
# via
# jaraco-classes
# jaraco-functools
mypy==2.2.0
mypy==2.3.0
# via -r requirements/test.txt
mypy-extensions==1.1.0
# via
Expand Down Expand Up @@ -270,7 +270,7 @@ pillow==12.3.0
# via
# -r requirements/test.txt
# edx-organizations
platformdirs==4.10.0
platformdirs==4.10.1
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -396,7 +396,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.15.0
tomlkit==0.15.1
# via
# -r requirements/test.txt
# edx-lint
Expand Down
12 changes: 6 additions & 6 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.11.1
asgiref==3.12.1
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -61,7 +61,7 @@ click-repl==0.3.0
# celery
code-annotations==3.0.0
# via -r requirements/test.in
coverage[toml]==7.15.1
coverage[toml]==7.15.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -101,11 +101,11 @@ django-simple-history==3.12.0
# via
# -r requirements/base.txt
# edx-organizations
django-stubs==6.0.6
django-stubs==6.0.7
# via
# -r requirements/test.in
# djangorestframework-stubs
django-stubs-ext==6.0.6
django-stubs-ext==6.0.7
# via django-stubs
django-waffle==5.0.0
# via
Expand Down Expand Up @@ -182,7 +182,7 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.2.0
# via -r requirements/test.in
mypy==2.2.0
mypy==2.3.0
# via -r requirements/test.in
mypy-extensions==1.1.0
# via mypy
Expand Down Expand Up @@ -282,7 +282,7 @@ stevedore==5.9.0
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
tomlkit==0.15.0
tomlkit==0.15.1
# via -r requirements/base.txt
types-pyyaml==6.0.12.20260518
# via
Expand Down