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
12 changes: 6 additions & 6 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@ babel==2.18.0
# via sphinx
certifi==2026.7.22
# via requests
cffi==2.1.0
cffi==2.1.1
# via cryptography
charset-normalizer==3.4.9
charset-normalizer==3.5.1
# via requests
cryptography==48.0.0
# via -r docs-requirements.in
docutils==0.21.2
# via sphinx
idna==3.18
idna==3.19
# via
# -r docs-requirements.in
# requests
imagesize==2.0.0
imagesize==2.0.1
# via sphinx
jinja2==3.1.6
# via sphinx
markupsafe==3.0.3
# via jinja2
packaging==26.2
packaging==26.3
# via sphinx
pycparser==3.0
# via cffi
pygments==2.20.0
pygments==2.21.0
# via sphinx
requests==2.34.2
# via sphinx
Expand Down
42 changes: 23 additions & 19 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,52 +1,53 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --universal lint-requirements.in
argcomplete==3.7.0
argcomplete==3.7.2
# via nox
ast-serialize==0.6.0
ast-serialize==0.8.0
# via mypy
attrs==26.1.0
# via nox
black==26.5.1
# via -r lint-requirements.in
cffi==2.1.0
cffi==2.1.1
# via cryptography
click==8.4.2
click==8.5.0
# via black
colorlog==6.12.0
# via nox
cryptography==48.0.0
# via
# -r lint-requirements.in
# types-pyopenssl
dependency-groups==1.3.1
dependency-groups==1.3.2
# via nox
distlib==0.4.3
# via virtualenv
exceptiongroup==1.3.1
# via pytest
filelock==3.32.2
filelock==3.32.5
# via
# python-discovery
# virtualenv
humanize==4.16.0
# via nox
idna==3.18
idna==3.19
# via -r lint-requirements.in
iniconfig==2.3.0
# via pytest
isort==8.0.1
isort==9.0.1
# via -r lint-requirements.in
librt==0.13.0
librt==0.15.0
# via mypy
mypy==2.3.0
mypy==2.3.1
# via -r lint-requirements.in
mypy-extensions==1.1.0
# via
# black
# isort
# mypy
nox==2026.7.11
nox==2026.8.17
# via -r lint-requirements.in
packaging==26.2
packaging==26.3
# via
# black
# dependency-groups
Expand All @@ -56,20 +57,23 @@ pathspec==1.1.1
# via
# black
# mypy
platformdirs==4.11.0
platformdirs==4.11.5
# via
# black
# nox
# virtualenv
pluggy==1.6.0
# via pytest
pycparser==3.0
# via cffi
pygments==2.20.0
pygments==2.21.0
# via pytest
pytest==9.1.1
# via -r lint-requirements.in
python-discovery==1.5.1
# via virtualenv
python-discovery==1.6.0
# via
# nox
# virtualenv
pytokens==0.4.1
# via black
tomli==2.4.1
Expand All @@ -79,11 +83,11 @@ tomli==2.4.1
# mypy
# nox
# pytest
types-cffi==2.0.0.20260518
types-cffi==2.1.0.20260827
# via types-pyopenssl
types-pyopenssl==24.1.0.20240722
# via -r lint-requirements.in
types-setuptools==83.0.0.20260724
types-setuptools==84.0.0.20260812
# via types-cffi
typing-extensions==4.16.0
# via
Expand All @@ -92,5 +96,5 @@ typing-extensions==4.16.0
# exceptiongroup
# mypy
# virtualenv
virtualenv==21.7.1
virtualenv==21.7.7
# via nox
8 changes: 4 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==26.1.0
# via service-identity
cffi==2.1.1
# via cryptography
coverage[toml]==7.15.2
coverage[toml]==7.16.0
# via -r test-requirements.in
cryptography==48.0.0
# via
Expand All @@ -17,17 +17,17 @@ cryptography==48.0.0
# service-identity
exceptiongroup==1.3.1
# via pytest
idna==3.18
idna==3.19
# via -r test-requirements.in
iniconfig==2.3.0
# via pytest
packaging==26.2
packaging==26.3
# via pytest
pluggy==1.6.0
# via pytest
pycparser==3.0
# via cffi
pygments==2.20.0
pygments==2.21.0
# via pytest
pyopenssl==26.2.0
# via -r test-requirements.in
Expand Down
Loading