Skip to content
Closed
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
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ amqp==5.3.1
# via kombu
appdirs==1.4.4
# via fs
asgiref==3.8.1
asgiref==3.9.1
# via django
attrs==25.3.0
# via openedx-events
Expand All @@ -34,13 +34,13 @@ click==8.2.1
# edx-django-utils
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1
click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.3.0
# via edx-toggles
cryptography==45.0.4
cryptography==45.0.5
# via pyjwt
django==4.2.23
# via
Expand Down Expand Up @@ -108,7 +108,7 @@ jinja2==3.1.6
# via code-annotations
kombu==5.5.4
# via celery
lxml==5.4.0
lxml==6.0.0
# via xblock
mako==1.3.10
# via xblock
Expand All @@ -117,7 +117,7 @@ markupsafe==3.0.2
# jinja2
# mako
# xblock
openedx-events==10.2.1
openedx-events==10.3.0
# via event-tracking
packaging==25.0
# via kombu
Expand Down Expand Up @@ -175,7 +175,7 @@ stevedore==5.4.1
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.14.0
typing-extensions==4.14.1
# via edx-opaque-keys
tzdata==2025.2
# via kombu
Expand Down
26 changes: 13 additions & 13 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 kombu
appdirs==1.4.4
# via fs
asgiref==3.8.1
asgiref==3.9.1
# via django
astroid==3.3.10
# via
Expand Down Expand Up @@ -51,7 +51,7 @@ click-didyoumean==0.3.1
# via celery
click-log==0.4.0
# via edx-lint
click-plugins==1.1.1
click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
Expand All @@ -61,15 +61,15 @@ code-annotations==2.3.0
# edx-toggles
colorama==0.4.6
# via tox
coverage[toml]==7.9.1
coverage[toml]==7.9.2
# via pytest-cov
cryptography==45.0.4
cryptography==45.0.5
# via
# pyjwt
# secretstorage
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.3.2
diff-cover==9.4.1
# via -r requirements/dev.in
dill==0.4.0
# via pylint
Expand Down Expand Up @@ -169,7 +169,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
jaraco-functools==4.2.1
# via keyring
jeepney==0.9.0
# via
Expand All @@ -183,7 +183,7 @@ keyring==25.6.0
# via twine
kombu==5.5.4
# via celery
lxml[html-clean]==5.4.0
lxml[html-clean]==6.0.0
# via
# edx-i18n-tools
# lxml-html-clean
Expand Down Expand Up @@ -211,7 +211,7 @@ more-itertools==10.7.0
# jaraco-functools
nh3==0.2.21
# via readme-renderer
openedx-events==10.2.1
openedx-events==10.3.0
# via event-tracking
packaging==25.0
# via
Expand Down Expand Up @@ -244,13 +244,13 @@ prompt-toolkit==3.0.51
# via click-repl
psutil==7.0.0
# via edx-django-utils
pycodestyle==2.13.0
pycodestyle==2.14.0
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.19.1
pygments==2.19.2
# via
# diff-cover
# pytest
Expand All @@ -270,7 +270,7 @@ pylint-celery==0.3
# via edx-lint
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
Expand All @@ -286,7 +286,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
pytest==8.4.0
pytest==8.4.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -355,7 +355,7 @@ tox==4.27.0
# via -r requirements/dev.in
twine==6.1.0
# via -r requirements/quality.in
typing-extensions==4.14.0
typing-extensions==4.14.1
# via edx-opaque-keys
tzdata==2025.2
# via
Expand Down
18 changes: 9 additions & 9 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 kombu
appdirs==1.4.4
# via fs
asgiref==3.8.1
asgiref==3.9.1
# via django
attrs==25.3.0
# via openedx-events
Expand Down Expand Up @@ -44,15 +44,15 @@ click==8.2.1
# edx-django-utils
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1
click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.3.0
# via edx-toggles
coverage[toml]==7.9.1
coverage[toml]==7.9.2
# via pytest-cov
cryptography==45.0.4
cryptography==45.0.5
# via pyjwt
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -142,7 +142,7 @@ jinja2==3.1.6
# sphinx
kombu==5.5.4
# via celery
lxml==5.4.0
lxml==6.0.0
# via xblock
mako==1.3.10
# via xblock
Expand All @@ -153,7 +153,7 @@ markupsafe==3.0.2
# xblock
mock==5.2.0
# via -r requirements/test.in
openedx-events==10.2.1
openedx-events==10.3.0
# via event-tracking
packaging==25.0
# via
Expand All @@ -175,7 +175,7 @@ pycparser==2.22
# via cffi
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
pygments==2.19.1
pygments==2.19.2
# via
# accessible-pygments
# doc8
Expand All @@ -192,7 +192,7 @@ pymongo==4.13.2
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==8.4.0
pytest==8.4.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -267,7 +267,7 @@ stevedore==5.4.1
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.14.0
typing-extensions==4.14.1
# via
# beautifulsoup4
# edx-opaque-keys
Expand Down
24 changes: 12 additions & 12 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 kombu
appdirs==1.4.4
# via fs
asgiref==3.8.1
asgiref==3.9.1
# via django
astroid==3.3.10
# via
Expand Down Expand Up @@ -42,17 +42,17 @@ click-didyoumean==0.3.1
# via celery
click-log==0.4.0
# via edx-lint
click-plugins==1.1.1
click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
code-annotations==2.3.0
# via
# edx-lint
# edx-toggles
coverage[toml]==7.9.1
coverage[toml]==7.9.2
# via pytest-cov
cryptography==45.0.4
cryptography==45.0.5
# via
# pyjwt
# secretstorage
Expand Down Expand Up @@ -146,7 +146,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
jaraco-functools==4.2.1
# via keyring
jeepney==0.9.0
# via
Expand All @@ -158,7 +158,7 @@ keyring==25.6.0
# via twine
kombu==5.5.4
# via celery
lxml==5.4.0
lxml==6.0.0
# via xblock
mako==1.3.10
# via xblock
Expand All @@ -181,7 +181,7 @@ more-itertools==10.7.0
# jaraco-functools
nh3==0.2.21
# via readme-renderer
openedx-events==10.2.1
openedx-events==10.3.0
# via event-tracking
packaging==25.0
# via
Expand All @@ -200,13 +200,13 @@ prompt-toolkit==3.0.51
# via click-repl
psutil==7.0.0
# via edx-django-utils
pycodestyle==2.13.0
pycodestyle==2.14.0
# via -r requirements/quality.in
pycparser==2.22
# via cffi
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.19.1
pygments==2.19.2
# via
# pytest
# readme-renderer
Expand All @@ -225,7 +225,7 @@ pylint-celery==0.3
# via edx-lint
pylint-django==2.6.1
# via edx-lint
pylint-plugin-utils==0.8.2
pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
Expand All @@ -235,7 +235,7 @@ pymongo==4.13.2
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==8.4.0
pytest==8.4.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -301,7 +301,7 @@ tomlkit==0.13.3
# via pylint
twine==6.1.0
# via -r requirements/quality.in
typing-extensions==4.14.0
typing-extensions==4.14.1
# via edx-opaque-keys
tzdata==2025.2
# via
Expand Down
Loading