Skip to content
Open
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 @@ -8,33 +8,33 @@ alabaster==1.0.0
# via sphinx
babel==2.18.0
# via sphinx
certifi==2026.2.25
certifi==2026.4.22
# via requests
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.4
charset-normalizer==3.4.7
# via requests
cryptography==46.0.5
# via -r docs-requirements.in
docutils==0.21.2
# via sphinx
idna==3.11
idna==3.13
# via
# -r docs-requirements.in
# requests
imagesize==1.4.1
imagesize==2.0.0
# via sphinx
jinja2==3.1.6
# via sphinx
markupsafe==3.0.3
# via jinja2
packaging==26.0
packaging==26.2
# via sphinx
pycparser==3.0
# via cffi
pygments==2.19.2
pygments==2.20.0
# via sphinx
requests==2.32.5
requests==2.33.1
# via sphinx
snowballstemmer==3.0.1
# via sphinx
Expand All @@ -54,7 +54,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sphinxcontrib-trio==1.2.0
# via -r docs-requirements.in
tomli==2.4.0
tomli==2.4.1
# via sphinx
typing-extensions==4.15.0
# via cryptography
Expand Down
36 changes: 18 additions & 18 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# uv pip compile --universal lint-requirements.in
argcomplete==3.6.3
# via nox
attrs==25.4.0
attrs==26.1.0
# via nox
black==26.1.0
black==26.3.1
# via -r lint-requirements.in
cffi==2.0.0
# via cryptography
click==8.3.1
click==8.3.3
# via black
colorlog==6.10.1
# via nox
Expand All @@ -22,39 +22,39 @@ distlib==0.4.0
# via virtualenv
exceptiongroup==1.3.1
# via pytest
filelock==3.24.3
filelock==3.29.0
# via
# python-discovery
# virtualenv
humanize==4.15.0
# via nox
idna==3.11
idna==3.13
# via -r lint-requirements.in
iniconfig==2.3.0
# via pytest
isort==8.0.1
# via -r lint-requirements.in
librt==0.8.1
librt==0.9.0
# via mypy
mypy==1.19.1
mypy==1.20.2
# via -r lint-requirements.in
mypy-extensions==1.1.0
# via
# black
# mypy
nox==2026.2.9
nox==2026.4.10
# via -r lint-requirements.in
packaging==26.0
packaging==26.2
# via
# black
# dependency-groups
# nox
# pytest
pathspec==1.0.4
pathspec==1.1.1
# via
# black
# mypy
platformdirs==4.9.2
platformdirs==4.9.6
# via
# black
# python-discovery
Expand All @@ -63,26 +63,26 @@ pluggy==1.6.0
# via pytest
pycparser==3.0
# via cffi
pygments==2.19.2
pygments==2.20.0
# via pytest
pytest==9.0.2
pytest==9.0.3
# via -r lint-requirements.in
python-discovery==1.1.0
python-discovery==1.2.2
# via virtualenv
pytokens==0.4.1
# via black
tomli==2.4.0
tomli==2.4.1
# via
# black
# dependency-groups
# mypy
# nox
# pytest
types-cffi==1.17.0.20250915
types-cffi==2.0.0.20260429
# via types-pyopenssl
types-pyopenssl==24.1.0.20240722
# via -r lint-requirements.in
types-setuptools==82.0.0.20260210
types-setuptools==82.0.0.20260408
# via types-cffi
typing-extensions==4.15.0
# via
Expand All @@ -91,5 +91,5 @@ typing-extensions==4.15.0
# exceptiongroup
# mypy
# virtualenv
virtualenv==21.1.0
virtualenv==21.3.0
# via nox
18 changes: 9 additions & 9 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile test-requirements.in
#
attrs==25.4.0
attrs==26.1.0
# via service-identity
cffi==2.0.0
# via cryptography
coverage[toml]==7.13.4
coverage[toml]==7.13.5
# via -r test-requirements.in
cryptography==46.0.5
# via
Expand All @@ -17,31 +17,31 @@ cryptography==46.0.5
# service-identity
exceptiongroup==1.3.1
# via pytest
idna==3.11
idna==3.13
# via -r test-requirements.in
iniconfig==2.3.0
# via pytest
packaging==26.0
packaging==26.2
# via pytest
pluggy==1.6.0
# via pytest
pyasn1==0.6.2
pyasn1==0.6.3
# via
# pyasn1-modules
# service-identity
pyasn1-modules==0.4.2
# via service-identity
pycparser==3.0
# via cffi
pygments==2.19.2
pygments==2.20.0
# via pytest
pyopenssl==25.3.0
pyopenssl==26.1.0
# via -r test-requirements.in
pytest==9.0.2
pytest==9.0.3
# via -r test-requirements.in
service-identity==24.2.0
# via -r test-requirements.in
tomli==2.4.0
tomli==2.4.1
# via
# coverage
# pytest
Expand Down
Loading