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
6 changes: 3 additions & 3 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
alabaster==1.0.0
# via sphinx
babel==2.17.0
babel==2.18.0
# via sphinx
certifi==2026.1.4
certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.4
# via requests
cryptography==46.0.4
cryptography==46.0.5
# via -r docs-requirements.in
docutils==0.21.2
# via sphinx
Expand Down
25 changes: 15 additions & 10 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.12.0
black==26.1.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.4
cryptography==46.0.5
# via
# -r lint-requirements.in
# types-pyopenssl
Expand All @@ -22,25 +22,27 @@ distlib==0.4.0
# via virtualenv
exceptiongroup==1.3.1
# via pytest
filelock==3.20.3
# via virtualenv
filelock==3.24.3
# via
# python-discovery
# virtualenv
humanize==4.15.0
# via nox
idna==3.11
# via -r lint-requirements.in
iniconfig==2.3.0
# via pytest
isort==7.0.0
isort==8.0.1
# via -r lint-requirements.in
librt==0.7.8
librt==0.8.1
# via mypy
mypy==1.19.1
# via -r lint-requirements.in
mypy-extensions==1.1.0
# via
# black
# mypy
nox==2025.11.12
nox==2026.2.9
# via -r lint-requirements.in
packaging==26.0
# via
Expand All @@ -52,9 +54,10 @@ pathspec==1.0.4
# via
# black
# mypy
platformdirs==4.5.1
platformdirs==4.9.2
# via
# black
# python-discovery
# virtualenv
pluggy==1.6.0
# via pytest
Expand All @@ -64,6 +67,8 @@ pygments==2.19.2
# via pytest
pytest==9.0.2
# via -r lint-requirements.in
python-discovery==1.1.0
# via virtualenv
pytokens==0.4.1
# via black
tomli==2.4.0
Expand All @@ -77,7 +82,7 @@ types-cffi==1.17.0.20250915
# via types-pyopenssl
types-pyopenssl==24.1.0.20240722
# via -r lint-requirements.in
types-setuptools==80.10.0.20260124
types-setuptools==82.0.0.20260210
# via types-cffi
typing-extensions==4.15.0
# via
Expand All @@ -86,5 +91,5 @@ typing-extensions==4.15.0
# exceptiongroup
# mypy
# virtualenv
virtualenv==20.36.1
virtualenv==21.1.0
# via nox
4 changes: 2 additions & 2 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.13.2
coverage[toml]==7.13.4
# via -r test-requirements.in
cryptography==46.0.4
cryptography==46.0.5
# via
# -r test-requirements.in
# pyopenssl
Expand Down