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
16 changes: 8 additions & 8 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# pip-compile --resolver=backtracking docs-requirements.in
#
alabaster==0.7.16
alabaster==1.0.0
# via sphinx
babel==2.17.0
# via sphinx
certifi==2025.11.12
certifi==2026.1.4
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.4
# via requests
cryptography==46.0.3
cryptography==46.0.4
# via -r docs-requirements.in
docutils==0.21.2
# via sphinx
Expand All @@ -28,9 +28,9 @@ jinja2==3.1.6
# via sphinx
markupsafe==3.0.3
# via jinja2
packaging==25.0
packaging==26.0
# via sphinx
pycparser==2.23
pycparser==3.0
# via cffi
pygments==2.19.2
# via sphinx
Expand All @@ -52,11 +52,11 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-trio==1.1.2
sphinxcontrib-trio==1.2.0
# via -r docs-requirements.in
tomli==2.3.0
tomli==2.4.0
# via sphinx
typing-extensions==4.15.0
# via cryptography
urllib3==2.6.0
urllib3==2.6.3
# via requests
26 changes: 13 additions & 13 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ argcomplete==3.6.3
# via nox
attrs==25.4.0
# via nox
black==25.9.0
black==25.12.0
# via -r lint-requirements.in
cffi==2.0.0
# via cryptography
click==8.3.1
# via black
colorlog==6.10.1
# via nox
cryptography==46.0.3
cryptography==46.0.4
# via
# -r lint-requirements.in
# types-pyopenssl
Expand All @@ -22,33 +22,33 @@ distlib==0.4.0
# via virtualenv
exceptiongroup==1.3.1
# via pytest
filelock==3.20.0
filelock==3.20.3
# via virtualenv
humanize==4.14.0
humanize==4.15.0
# via nox
idna==3.11
# via -r lint-requirements.in
iniconfig==2.3.0
# via pytest
isort==7.0.0
# via -r lint-requirements.in
librt==0.7.3
librt==0.7.8
# via mypy
mypy==1.19.0
mypy==1.19.1
# via -r lint-requirements.in
mypy-extensions==1.1.0
# via
# black
# mypy
nox==2025.11.12
# via -r lint-requirements.in
packaging==25.0
packaging==26.0
# via
# black
# dependency-groups
# nox
# pytest
pathspec==0.12.1
pathspec==1.0.4
# via
# black
# mypy
Expand All @@ -58,15 +58,15 @@ platformdirs==4.5.1
# virtualenv
pluggy==1.6.0
# via pytest
pycparser==2.23
pycparser==3.0
# via cffi
pygments==2.19.2
# via pytest
pytest==9.0.2
# via -r lint-requirements.in
pytokens==0.3.0
pytokens==0.4.1
# via black
tomli==2.3.0
tomli==2.4.0
# via
# black
# dependency-groups
Expand All @@ -77,7 +77,7 @@ types-cffi==1.17.0.20250915
# via types-pyopenssl
types-pyopenssl==24.1.0.20240722
# via -r lint-requirements.in
types-setuptools==80.9.0.20250822
types-setuptools==80.10.0.20260124
# via types-cffi
typing-extensions==4.15.0
# via
Expand All @@ -86,5 +86,5 @@ typing-extensions==4.15.0
# exceptiongroup
# mypy
# virtualenv
virtualenv==20.35.4
virtualenv==20.36.1
# via nox
12 changes: 6 additions & 6 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ attrs==25.4.0
# via service-identity
cffi==2.0.0
# via cryptography
coverage[toml]==7.12.0
coverage[toml]==7.13.2
# via -r test-requirements.in
cryptography==46.0.3
cryptography==46.0.4
# via
# -r test-requirements.in
# pyopenssl
Expand All @@ -21,17 +21,17 @@ idna==3.11
# via -r test-requirements.in
iniconfig==2.3.0
# via pytest
packaging==25.0
packaging==26.0
# via pytest
pluggy==1.6.0
# via pytest
pyasn1==0.6.1
pyasn1==0.6.2
# via
# pyasn1-modules
# service-identity
pyasn1-modules==0.4.2
# via service-identity
pycparser==2.23
pycparser==3.0
# via cffi
pygments==2.19.2
# via pytest
Expand All @@ -41,7 +41,7 @@ pytest==9.0.2
# via -r test-requirements.in
service-identity==24.2.0
# via -r test-requirements.in
tomli==2.3.0
tomli==2.4.0
# via
# coverage
# pytest
Expand Down