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
14 changes: 7 additions & 7 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ alabaster==0.7.16
# via sphinx
babel==2.17.0
# via sphinx
certifi==2025.8.3
certifi==2025.10.5
# via requests
cffi==1.17.1
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
charset-normalizer==3.4.4
# via requests
cryptography==45.0.6
# via -r docs-requirements.in
docutils==0.21.2
# via sphinx
idna==3.10
idna==3.11
# via
# -r docs-requirements.in
# requests
Expand All @@ -28,11 +28,11 @@ importlib-metadata==8.7.0
# via sphinx
jinja2==3.1.6
# via sphinx
markupsafe==3.0.2
markupsafe==3.0.3
# via jinja2
packaging==25.0
# via sphinx
pycparser==2.22
pycparser==2.23
# via cffi
pygments==2.19.2
# via sphinx
Expand All @@ -56,7 +56,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-trio==1.1.2
# via -r docs-requirements.in
tomli==2.2.1
tomli==2.3.0
# via sphinx
urllib3==2.5.0
# via requests
Expand Down
36 changes: 22 additions & 14 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal lint-requirements.in
argcomplete==3.6.2
argcomplete==3.6.3
# via nox
attrs==25.3.0
attrs==25.4.0
# via nox
black==25.1.0
black==25.9.0
# via -r lint-requirements.in
cffi==1.17.1
cffi==2.0.0
# via cryptography
click==8.1.8
# via black
colorlog==6.9.0
colorlog==6.10.1
# via nox
cryptography==45.0.6
# via
Expand All @@ -24,19 +24,23 @@ exceptiongroup==1.3.0
# via pytest
filelock==3.19.1
# via virtualenv
idna==3.10
humanize==4.13.0
# via nox
idna==3.11
# via -r lint-requirements.in
importlib-metadata==8.7.0
# via isort
iniconfig==2.1.0
# via pytest
isort==6.0.1
isort==6.1.0
# via -r lint-requirements.in
mypy==1.17.1
mypy==1.18.2
# via -r lint-requirements.in
mypy-extensions==1.1.0
# via
# black
# mypy
nox==2025.5.1
nox==2025.10.16
# via -r lint-requirements.in
packaging==25.0
# via
Expand All @@ -54,20 +58,22 @@ platformdirs==4.4.0
# virtualenv
pluggy==1.6.0
# via pytest
pycparser==2.22
pycparser==2.23
# via cffi
pygments==2.19.2
# via pytest
pytest==8.4.1
pytest==8.4.2
# via -r lint-requirements.in
tomli==2.2.1
pytokens==0.2.0
# via black
tomli==2.3.0
# via
# black
# dependency-groups
# mypy
# nox
# pytest
types-cffi==1.17.0.20250822
types-cffi==1.17.0.20250915
# via types-pyopenssl
types-pyopenssl==24.1.0.20240722
# via -r lint-requirements.in
Expand All @@ -79,5 +85,7 @@ typing-extensions==4.15.0
# exceptiongroup
# mypy
# virtualenv
virtualenv==20.34.0
virtualenv==20.35.4
# via nox
zipp==3.23.0
# via importlib-metadata
14 changes: 7 additions & 7 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile --resolver=backtracking test-requirements.in
#
attrs==25.3.0
attrs==25.4.0
# via service-identity
cffi==1.17.1
cffi==2.0.0
# via cryptography
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via -r test-requirements.in
cryptography==45.0.6
# via
Expand All @@ -17,7 +17,7 @@ cryptography==45.0.6
# service-identity
exceptiongroup==1.3.0
# via pytest
idna==3.10
idna==3.11
# via -r test-requirements.in
iniconfig==2.1.0
# via pytest
Expand All @@ -31,17 +31,17 @@ pyasn1==0.6.1
# service-identity
pyasn1-modules==0.4.2
# via service-identity
pycparser==2.22
pycparser==2.23
# via cffi
pygments==2.19.2
# via pytest
pyopenssl==25.1.0
# via -r test-requirements.in
pytest==8.4.1
pytest==8.4.2
# via -r test-requirements.in
service-identity==24.2.0
# via -r test-requirements.in
tomli==2.2.1
tomli==2.3.0
# via
# coverage
# pytest
Expand Down