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.3.0
click==8.3.1
# via -r requirements/base.in
jinja2==3.1.6
# via -r requirements/base.in
Expand Down
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==6.2.1
cachetools==6.2.2
# via tox
chardet==5.2.0
# via tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build==1.3.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.1
cachetools==6.2.2
# via
# -r requirements/ci.txt
# tox
Expand All @@ -26,7 +26,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# diff-cover
# tox
click==8.3.0
click==8.3.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -50,7 +50,7 @@ coverage[toml]==7.11.3
# via
# -r requirements/quality.txt
# pytest-cov
diff-cover==9.7.1
diff-cover==9.7.2
# via -r requirements/dev.in
dill==0.4.0
# via
Expand Down Expand Up @@ -103,7 +103,7 @@ packaging==25.0
# pyproject-api
# pytest
# tox
pip-tools==7.5.1
pip-tools==7.5.2
# via -r requirements/pip-tools.txt
platformdirs==4.5.0
# via
Expand Down Expand Up @@ -158,7 +158,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.0.0
pytest==9.0.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.14.2
# via pydata-sphinx-theme
certifi==2025.10.5
certifi==2025.11.12
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.4
# via requests
click==8.3.0
click==8.3.1
# via -r requirements/test.txt
coverage[toml]==7.11.3
# via
Expand Down Expand Up @@ -73,7 +73,7 @@ jinja2==3.1.6
# via
# -r requirements/test.txt
# sphinx
keyring==25.6.0
keyring==25.7.0
# via twine
markdown-it-py==4.0.0
# via rich
Expand Down Expand Up @@ -117,7 +117,7 @@ pygments==2.19.2
# readme-renderer
# rich
# sphinx
pytest==9.0.0
pytest==9.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -145,7 +145,7 @@ rich==14.2.0
# via twine
roman-numerals-py==3.1.0
# via sphinx
secretstorage==3.4.0
secretstorage==3.4.1
# via keyring
snowballstemmer==3.0.1
# via sphinx
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
build==1.3.0
# via pip-tools
click==8.3.0
click==8.3.1
# via pip-tools
packaging==25.0
# via build
pip-tools==7.5.1
pip-tools==7.5.2
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand Down
4 changes: 2 additions & 2 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.3.0
click==8.3.1
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -87,7 +87,7 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pytest==9.0.0
pytest==9.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.10.0
# via
# -r requirements/django.txt
# django
click==8.3.0
click==8.3.1
# via -r requirements/base.txt
coverage[toml]==7.11.3
# via pytest-cov
Expand All @@ -33,7 +33,7 @@ pluggy==1.6.0
# pytest-cov
pygments==2.19.2
# via pytest
pytest==9.0.0
pytest==9.0.1
# via pytest-cov
pytest-cov==7.0.0
# via -r requirements/test.in
Expand Down