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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
click==8.2.1
click==8.3.0
# via -r requirements/base.in
jinja2==3.1.6
# via -r requirements/base.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# diff-cover
# tox
click==8.2.1
click==8.3.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -46,7 +46,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -162,7 +162,7 @@ pytest==8.4.2
# via
# -r requirements/quality.txt
# pytest-cov
pytest-cov==6.3.0
pytest-cov==7.0.0
# via -r requirements/quality.txt
python-slugify==8.0.4
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ beautifulsoup4==4.13.5
# via pydata-sphinx-theme
certifi==2025.8.3
# via requests
cffi==1.17.1
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via -r requirements/test.txt
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==45.0.7
cryptography==46.0.1
# via secretstorage
django==4.2.24
# via
Expand Down Expand Up @@ -103,7 +103,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
pycparser==2.22
pycparser==2.23
# via cffi
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
Expand All @@ -121,7 +121,7 @@ pytest==8.4.2
# via
# -r requirements/test.txt
# pytest-cov
pytest-cov==6.3.0
pytest-cov==7.0.0
# via -r requirements/test.txt
python-slugify==8.0.4
# via -r requirements/test.txt
Expand All @@ -145,7 +145,7 @@ rich==14.1.0
# via twine
roman-numerals-py==3.1.0
# via sphinx
secretstorage==3.3.3
secretstorage==3.4.0
# via keyring
snowballstemmer==3.0.1
# via sphinx
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.3.0
# via pip-tools
click==8.2.1
click==8.3.0
# via pip-tools
packaging==25.0
# via build
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.3.11
# via
# pylint
# pylint-celery
click==8.2.1
click==8.3.0
# via
# -r requirements/test.txt
# click-log
Expand All @@ -22,7 +22,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -91,7 +91,7 @@ pytest==8.4.2
# via
# -r requirements/test.txt
# pytest-cov
pytest-cov==6.3.0
pytest-cov==7.0.0
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ asgiref==3.9.1
# via
# -r requirements/django.txt
# django
click==8.2.1
click==8.3.0
# via -r requirements/base.txt
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand All @@ -35,7 +35,7 @@ pygments==2.19.2
# via pytest
pytest==8.4.2
# via pytest-cov
pytest-cov==6.3.0
pytest-cov==7.0.0
# via -r requirements/test.in
python-slugify==8.0.4
# via -r requirements/base.txt
Expand Down