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
8 changes: 4 additions & 4 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.3.3
# via
# pip-tools
# slotscheck
Expand All @@ -57,7 +57,7 @@ coverage==7.13.5
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.7
cryptography==47.0.0
# via trustme
cython==3.2.4
# via -r requirements/cython.in
Expand Down Expand Up @@ -132,7 +132,7 @@ packaging==26.1
# pytest
# sphinx
# wheel
pathspec==1.1.0
pathspec==1.1.1
# via mypy
pip-tools==7.5.3
# via -r requirements/dev.in
Expand Down Expand Up @@ -295,7 +295,7 @@ zlib-ng==1.0.0
# -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
pip==26.1
# via pip-tools
setuptools==82.0.1
# via pip-tools
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.3.3
# via
# pip-tools
# slotscheck
Expand All @@ -57,7 +57,7 @@ coverage==7.13.5
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.7
cryptography==47.0.0
# via trustme
distlib==0.4.0
# via virtualenv
Expand Down Expand Up @@ -129,7 +129,7 @@ packaging==26.1
# pytest
# sphinx
# wheel
pathspec==1.1.0
pathspec==1.1.1
# via mypy
pip-tools==7.5.3
# via -r requirements/dev.in
Expand Down Expand Up @@ -285,7 +285,7 @@ zlib-ng==1.0.0
# -r requirements/test-common.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
pip==26.1
# via pip-tools
setuptools==82.0.1
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/doc-spelling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certifi==2026.4.22
# via requests
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.3.3
# via towncrier
docutils==0.21.2
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certifi==2026.4.22
# via requests
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.3.3
# via towncrier
docutils==0.21.2
# via sphinx
Expand Down
6 changes: 3 additions & 3 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ cffi==2.0.0
# pytest-codspeed
cfgv==3.5.0
# via pre-commit
click==8.3.2
click==8.3.3
# via slotscheck
cryptography==46.0.7
cryptography==47.0.0
# via trustme
distlib==0.4.0
# via virtualenv
Expand Down Expand Up @@ -59,7 +59,7 @@ nodeenv==1.10.0
# via pre-commit
packaging==26.1
# via pytest
pathspec==1.1.0
pathspec==1.1.1
# via mypy
platformdirs==4.9.6
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ cffi==2.0.0
# via
# cryptography
# pytest-codspeed
click==8.3.2
click==8.3.3
# via wait-for-it
coverage==7.13.5
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.7
cryptography==47.0.0
# via trustme
exceptiongroup==1.3.1
# via pytest
Expand Down Expand Up @@ -46,7 +46,7 @@ mypy-extensions==1.1.0
# via mypy
packaging==26.1
# via pytest
pathspec==1.1.0
pathspec==1.1.1
# via mypy
pkgconfig==1.6.0
# via -r requirements/test-common.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/test-ft.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ cffi==2.0.0
# cryptography
# pycares
# pytest-codspeed
click==8.3.2
click==8.3.3
# via wait-for-it
coverage==7.13.5
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.7
cryptography==47.0.0
# via trustme
exceptiongroup==1.3.1
# via pytest
Expand Down Expand Up @@ -73,7 +73,7 @@ packaging==26.1
# via
# gunicorn
# pytest
pathspec==1.1.0
pathspec==1.1.1
# via mypy
pkgconfig==1.6.0
# via -r requirements/test-common.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ cffi==2.0.0
# cryptography
# pycares
# pytest-codspeed
click==8.3.2
click==8.3.3
# via wait-for-it
coverage==7.13.5
# via
# -r requirements/test-common.in
# pytest-cov
cryptography==46.0.7
cryptography==47.0.0
# via trustme
exceptiongroup==1.3.1
# via pytest
Expand Down Expand Up @@ -73,7 +73,7 @@ packaging==26.1
# via
# gunicorn
# pytest
pathspec==1.1.0
pathspec==1.1.1
# via mypy
pkgconfig==1.6.0
# via -r requirements/test-common.in
Expand Down
Loading