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
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.51.0
# via -r requirements/ci.in
virtualenv==21.2.0
# via tox
11 changes: 6 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ 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
# via
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.51.0
# via -r requirements/ci.txt
virtualenv==21.2.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ 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 @@ -85,7 +85,7 @@ more-itertools==10.8.0
# 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.0
# via
# requests-toolbelt
# 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 @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.4.0
build==1.4.2
# via pip-tools
click==8.3.1
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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