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
6 changes: 3 additions & 3 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ babel==2.17.0
# via sphinx
certifi==2025.8.3
# via requests
cffi==1.17.1
cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
# via 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 Down
14 changes: 8 additions & 6 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ argcomplete==3.6.2
# via nox
attrs==25.3.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
Expand All @@ -30,7 +30,7 @@ iniconfig==2.1.0
# via pytest
isort==6.0.1
# via -r lint-requirements.in
mypy==1.17.1
mypy==1.18.2
# via -r lint-requirements.in
mypy-extensions==1.1.0
# via
Expand All @@ -54,20 +54,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
pytokens==0.1.10
# via black
tomli==2.2.1
# 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 Down
8 changes: 4 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
attrs==25.3.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 @@ -31,13 +31,13 @@ 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
Expand Down