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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ asgiref==3.11.1
# via django
billiard==4.2.4
# via celery
celery==5.6.2
celery==5.6.3
# via
# -c requirements/constraints.txt
# -r requirements/base.in
click==8.3.1
click==8.3.2
# via
# celery
# click-didyoumean
Expand All @@ -26,7 +26,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
django==5.2.12
django==5.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -48,7 +48,7 @@ six==1.17.0
# via python-dateutil
sqlparse==0.5.5
# via django
tzdata==2025.3
tzdata==2026.1
# via kombu
tzlocal==5.3.1
# via celery
Expand Down
4 changes: 2 additions & 2 deletions requirements/celery50.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
amqp==5.3.1
billiard==4.2.4
celery==5.6.2
click==8.3.1
celery==5.6.3
click==8.3.2
click-didyoumean==0.3.1
click-repl==0.3.0
kombu==5.6.2
Expand Down
14 changes: 8 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
cachetools==7.0.3
cachetools==7.0.5
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.25.0
filelock==3.25.2
# via
# python-discovery
# tox
Expand All @@ -28,11 +28,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.1.0
# via virtualenv
python-discovery==1.2.1
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.49.0
tox==4.52.0
# via -r requirements/ci.in
virtualenv==21.1.0
virtualenv==21.2.0
# via tox
40 changes: 21 additions & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,48 +10,48 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
cachetools==7.0.3
cachetools==7.0.5
# via tox
certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
chardet==7.0.1
chardet==7.4.0.post2
# via diff-cover
charset-normalizer==3.4.5
charset-normalizer==3.4.7
# via requests
click==8.3.1
click==8.3.2
# via
# click-log
# code-annotations
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==46.0.5
cryptography==46.0.6
# via secretstorage
diff-cover==10.2.0
# via -r requirements/dev.in
dill==0.4.1
# via pylint
distlib==0.4.0
# via virtualenv
django==5.2.12
django==5.2.13
# via
# -c requirements/common_constraints.txt
# edx-i18n-tools
docutils==0.22.4
# via readme-renderer
edx-i18n-tools==1.9.0
edx-i18n-tools==2.0.0
# via -r requirements/dev.in
edx-lint==5.6.0
edx-lint==6.0.0
# via
# -r requirements/dev.in
# -r requirements/quality.in
filelock==3.25.0
filelock==3.25.2
# via
# python-discovery
# tox
Expand All @@ -66,7 +66,7 @@ isort==8.0.1
# pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.0
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand Down Expand Up @@ -94,11 +94,11 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.8.0
more-itertools==11.0.1
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.3
nh3==0.3.4
# via readme-renderer
packaging==26.0
# via
Expand Down Expand Up @@ -126,7 +126,7 @@ pycparser==3.0
# via cffi
pydocstyle==3.0.0
# via -r requirements/quality.in
pygments==2.19.2
pygments==2.20.0
# via
# diff-cover
# readme-renderer
Expand All @@ -147,8 +147,10 @@ pylint-plugin-utils==0.9.0
# pylint-django
pyproject-api==1.10.0
# via tox
python-discovery==1.1.0
# via virtualenv
python-discovery==1.2.1
# via
# tox
# virtualenv
python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.3
Expand All @@ -157,7 +159,7 @@ pyyaml==6.0.3
# edx-i18n-tools
readme-renderer==44.0
# via twine
requests==2.32.5
requests==2.33.1
# via
# requests-toolbelt
# twine
Expand Down Expand Up @@ -185,7 +187,7 @@ tomli-w==1.2.0
# via tox
tomlkit==0.14.0
# via pylint
tox==4.49.0
tox==4.52.0
# via -r requirements/dev.in
twine==6.2.0
# via -r requirements/dev.in
Expand All @@ -194,7 +196,7 @@ urllib3==2.6.3
# id
# requests
# twine
virtualenv==21.1.0
virtualenv==21.2.0
# via tox
wheel==0.46.3
# via -r requirements/dev.in
29 changes: 14 additions & 15 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ beautifulsoup4==4.14.3
# via pydata-sphinx-theme
billiard==4.2.4
# via celery
build==1.4.0
build==1.4.2
# via -r requirements/doc.in
celery==5.6.2
celery==5.6.3
# via
# -c requirements/constraints.txt
# -r requirements/base.in
certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.5
charset-normalizer==3.4.7
# via requests
click==8.3.1
click==8.3.2
# via
# celery
# click-didyoumean
Expand All @@ -44,9 +44,9 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
cryptography==46.0.5
cryptography==46.0.6
# via secretstorage
django==5.2.12
django==5.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -71,7 +71,7 @@ imagesize==2.0.0
# via sphinx
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.0
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand All @@ -93,17 +93,16 @@ markupsafe==3.0.3
# via jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.8.0
more-itertools==11.0.1
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.3
nh3==0.3.4
# via readme-renderer
packaging==26.0
# via
# build
# kombu
# pydata-sphinx-theme
# sphinx
# twine
pockets==0.9.1
Expand All @@ -112,9 +111,9 @@ prompt-toolkit==3.0.52
# via click-repl
pycparser==3.0
# via cffi
pydata-sphinx-theme==0.15.4
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.19.2
pygments==2.20.0
# via
# accessible-pygments
# doc8
Expand All @@ -128,7 +127,7 @@ python-dateutil==2.9.0.post0
# via celery
readme-renderer==44.0
# via twine
requests==2.32.5
requests==2.33.1
# via
# requests-toolbelt
# sphinx
Expand Down Expand Up @@ -159,7 +158,7 @@ sphinx==9.1.0
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.4
sphinx-book-theme==1.2.0
# via -r requirements/doc.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -185,7 +184,7 @@ typing-extensions==4.15.0
# via
# beautifulsoup4
# pydata-sphinx-theme
tzdata==2025.3
tzdata==2026.1
# via kombu
tzlocal==5.3.1
# via celery
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,9 +4,9 @@
#
# make upgrade
#
build==1.4.0
build==1.4.2
# via pip-tools
click==8.3.1
click==8.3.2
# via pip-tools
packaging==26.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ wheel==0.46.3
# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
# via -r requirements/pip.in
setuptools==82.0.0
setuptools==82.0.1
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
click==8.3.1
click==8.3.2
# via
# click-log
# code-annotations
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.3.2
code-annotations==3.0.0
# via edx-lint
dill==0.4.1
# via pylint
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/quality.in
isort==8.0.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ asgiref==3.11.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
click==8.3.1
click==8.3.2
# via
# celery
# click-didyoumean
Expand All @@ -23,7 +23,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -53,13 +53,13 @@ pluggy==1.6.0
# pytest-cov
prompt-toolkit==3.0.52
# via click-repl
pygments==2.19.2
pygments==2.20.0
# via pytest
pytest==9.0.2
# via
# pytest-cov
# pytest-django
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/test.in
pytest-django==4.12.0
# via -r requirements/test.in
Expand All @@ -73,7 +73,7 @@ six==1.17.0
# via python-dateutil
sqlparse==0.5.5
# via django
tzdata==2025.3
tzdata==2026.1
# via kombu
tzlocal==5.3.1
# via celery
Expand Down
Loading