Skip to content
Open
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.1
click==8.3.2
# via -r requirements/base.in
jinja2==3.1.6
# via -r requirements/base.in
Expand Down
8 changes: 5 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.2.0
# via virtualenv
python-discovery==1.2.1
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.50.3
tox==4.52.0
# via -r requirements/ci.in
virtualenv==21.2.0
# via tox
13 changes: 7 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ astroid==4.0.4
# -r requirements/quality.txt
# pylint
# pylint-celery
build==1.4.0
build==1.4.2
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.0.5
# via
# -r requirements/ci.txt
# tox
chardet==7.2.0
chardet==7.4.0.post2
# via diff-cover
click==8.3.1
click==8.3.2
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -124,7 +124,7 @@ pycodestyle==2.14.0
# via -r requirements/quality.txt
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.19.2
pygments==2.20.0
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -164,9 +164,10 @@ pytest==9.0.2
# pytest-cov
pytest-cov==7.1.0
# via -r requirements/quality.txt
python-discovery==1.2.0
python-discovery==1.2.1
# via
# -r requirements/ci.txt
# tox
# virtualenv
python-slugify==8.0.4
# via
Expand Down Expand Up @@ -204,7 +205,7 @@ tomlkit==0.14.0
# via
# -r requirements/quality.txt
# pylint
tox==4.50.3
tox==4.52.0
# via -r requirements/ci.txt
virtualenv==21.2.0
# 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,15 +22,15 @@ certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
click==8.3.1
click==8.3.2
# via -r requirements/test.txt
coverage[toml]==7.13.5
# via
# -r requirements/test.txt
# pytest-cov
cryptography==46.0.5
cryptography==46.0.6
# via secretstorage
django==5.2.12
# via
Expand Down Expand Up @@ -81,11 +81,11 @@ mdurl==0.1.2
# via markdown-it-py
mock==5.2.0
# via -r requirements/test.txt
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 All @@ -102,7 +102,7 @@ pycparser==3.0
# via cffi
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.19.2
pygments==2.20.0
# via
# -r requirements/test.txt
# accessible-pygments
Expand All @@ -124,7 +124,7 @@ pyyaml==6.0.3
# via -r requirements/test.txt
readme-renderer==44.0
# via twine
requests==2.32.5
requests==2.33.1
# via
# requests-toolbelt
# 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 @@ -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
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==4.0.4
# via
# pylint
# pylint-celery
click==8.3.1
click==8.3.2
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -69,7 +69,7 @@ pycodestyle==2.14.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.19.2
pygments==2.20.0
# via
# -r requirements/test.txt
# pytest
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.11.1
# via
# -r requirements/django.txt
# django
click==8.3.1
click==8.3.2
# via -r requirements/base.txt
coverage[toml]==7.13.5
# via pytest-cov
Expand All @@ -31,7 +31,7 @@ pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.19.2
pygments==2.20.0
# via pytest
pytest==9.0.2
# via pytest-cov
Expand Down
Loading