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: 5 additions & 3 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ alabaster==0.7.16
# via sphinx
babel==2.17.0
# via sphinx
certifi==2025.10.5
certifi==2025.11.12
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.4
# via requests
cryptography==45.0.6
cryptography==46.0.3
# via -r docs-requirements.in
docutils==0.21.2
# via sphinx
Expand All @@ -38,7 +38,7 @@ requests==2.32.5
# via sphinx
snowballstemmer==3.0.1
# via sphinx
sphinx==7.4.7
sphinx==8.1.3
# via sphinxcontrib-trio
sphinxcontrib-applehelp==2.0.0
# via sphinx
Expand All @@ -56,5 +56,7 @@ sphinxcontrib-trio==1.1.2
# via -r docs-requirements.in
tomli==2.3.0
# via sphinx
typing-extensions==4.15.0
# via cryptography
urllib3==2.6.0
# via requests
31 changes: 15 additions & 16 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,39 @@ black==25.9.0
# via -r lint-requirements.in
cffi==2.0.0
# via cryptography
click==8.1.8
click==8.3.1
# via black
colorlog==6.10.1
# via nox
cryptography==45.0.6
cryptography==46.0.3
# via
# -r lint-requirements.in
# types-pyopenssl
dependency-groups==1.3.1
# via nox
distlib==0.4.0
# via virtualenv
exceptiongroup==1.3.0
exceptiongroup==1.3.1
# via pytest
filelock==3.19.1
filelock==3.20.0
# via virtualenv
humanize==4.13.0
humanize==4.14.0
# via nox
idna==3.11
# via -r lint-requirements.in
importlib-metadata==8.7.0
# via isort
iniconfig==2.1.0
iniconfig==2.3.0
# via pytest
isort==6.1.0
isort==7.0.0
# via -r lint-requirements.in
mypy==1.18.2
librt==0.7.3
# via mypy
mypy==1.19.0
# via -r lint-requirements.in
mypy-extensions==1.1.0
# via
# black
# mypy
nox==2025.10.16
nox==2025.11.12
# via -r lint-requirements.in
packaging==25.0
# via
Expand All @@ -52,7 +52,7 @@ pathspec==0.12.1
# via
# black
# mypy
platformdirs==4.4.0
platformdirs==4.5.1
# via
# black
# virtualenv
Expand All @@ -62,9 +62,9 @@ pycparser==2.23
# via cffi
pygments==2.19.2
# via pytest
pytest==8.4.2
pytest==9.0.2
# via -r lint-requirements.in
pytokens==0.2.0
pytokens==0.3.0
# via black
tomli==2.3.0
# via
Expand All @@ -82,10 +82,9 @@ types-setuptools==80.9.0.20250822
typing-extensions==4.15.0
# via
# black
# cryptography
# exceptiongroup
# mypy
# virtualenv
virtualenv==20.35.4
# via nox
zipp==3.23.0
# via importlib-metadata
15 changes: 12 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ attrs==25.4.0
# via service-identity
cffi==2.0.0
# via cryptography
coverage[toml]==7.11.0
coverage[toml]==7.12.0
# via -r test-requirements.in
cryptography==46.0.3
# via
# -r test-requirements.in
# pyopenssl
# service-identity
exceptiongroup==1.3.1
# via pytest
idna==3.11
# via -r test-requirements.in
iniconfig==2.3.0
Expand All @@ -35,9 +37,16 @@ pygments==2.19.2
# via pytest
pyopenssl==25.3.0
# via -r test-requirements.in
pytest==8.4.2
pytest==9.0.2
# via -r test-requirements.in
service-identity==24.2.0
# via -r test-requirements.in
tomli==2.3.0
# via
# coverage
# pytest
typing-extensions==4.15.0
# via pyopenssl
# via
# cryptography
# exceptiongroup
# pyopenssl