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/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.1.1
cachetools==7.1.4
# via tox
colorama==0.4.6
# via tox
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
cachetools==7.1.1
cachetools==7.1.4
# via tox
certifi==2026.4.22
certifi==2026.5.20
# via requests
cffi==2.0.0
# via cryptography
chardet==7.4.3
# via diff-cover
charset-normalizer==3.4.7
# via requests
click==8.3.3
click==8.4.1
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -57,7 +57,7 @@ filelock==3.29.0
# virtualenv
id==1.6.1
# via twine
idna==3.15
idna==3.16
# via requests
isort==8.0.1
# via
Expand All @@ -67,7 +67,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.4.0
jaraco-functools==4.5.0
# via keyring
jeepney==0.9.0
# via
Expand All @@ -79,11 +79,11 @@ jinja2==3.1.6
# diff-cover
keyring==25.7.0
# via twine
lxml[html-clean]==6.1.0
lxml[html-clean]==6.1.1
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.4.4
lxml-html-clean==0.4.5
# via lxml
markdown-it-py==4.2.0
# via rich
Expand Down Expand Up @@ -177,7 +177,7 @@ snowballstemmer==3.0.1
# via pydocstyle
sqlparse==0.5.5
# via django
stevedore==5.7.0
stevedore==5.8.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ babel==2.18.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
certifi==2026.4.22
certifi==2026.5.20
# via requests
cffi==2.0.0
# via cryptography
Expand All @@ -39,15 +39,15 @@ docutils==0.21.2
# sphinx
id==1.6.1
# via twine
idna==3.15
idna==3.16
# via requests
imagesize==2.0.0
# via sphinx
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.4.0
jaraco-functools==4.5.0
# via keyring
jeepney==0.9.0
# via
Expand Down Expand Up @@ -139,7 +139,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.5
# via django
stevedore==5.7.0
stevedore==5.8.0
# via doc8
twine==6.2.0
# via -r requirements/doc.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.5.0
# via pip-tools
click==8.3.3
click==8.4.1
# via pip-tools
packaging==26.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
click==8.3.3
click==8.4.1
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -67,7 +67,7 @@ snowballstemmer==3.0.1
# via pydocstyle
sqlparse==0.5.5
# via django
stevedore==5.7.0
stevedore==5.8.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down