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
8 changes: 4 additions & 4 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ alabaster==1.0.0
# via sphinx
babel==2.18.0
# via sphinx
certifi==2026.6.17
certifi==2026.7.22
# via requests
cffi==2.0.0
cffi==2.1.0
# via cryptography
charset-normalizer==3.4.7
charset-normalizer==3.4.9
# via requests
cryptography==48.0.0
# via -r docs-requirements.in
Expand Down Expand Up @@ -56,7 +56,7 @@ sphinxcontrib-trio==1.2.0
# via -r docs-requirements.in
tomli==2.4.1
# via sphinx
typing-extensions==4.15.0
typing-extensions==4.16.0
# via cryptography
urllib3==2.7.0
# via requests
23 changes: 11 additions & 12 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ attrs==26.1.0
# via nox
black==26.5.1
# via -r lint-requirements.in
cffi==2.0.0
cffi==2.1.0
# via cryptography
click==8.4.2
# via black
colorlog==6.10.1
colorlog==6.12.0
# via nox
cryptography==48.0.0
# via
Expand All @@ -24,7 +24,7 @@ distlib==0.4.3
# via virtualenv
exceptiongroup==1.3.1
# via pytest
filelock==3.29.4
filelock==3.32.2
# via
# python-discovery
# virtualenv
Expand All @@ -36,15 +36,15 @@ iniconfig==2.3.0
# via pytest
isort==8.0.1
# via -r lint-requirements.in
librt==0.12.0
librt==0.13.0
# via mypy
mypy==2.1.0
mypy==2.3.0
# via -r lint-requirements.in
mypy-extensions==1.1.0
# via
# black
# mypy
nox==2026.4.10
nox==2026.7.11
# via -r lint-requirements.in
packaging==26.2
# via
Expand All @@ -56,10 +56,9 @@ pathspec==1.1.1
# via
# black
# mypy
platformdirs==4.10.0
platformdirs==4.11.0
# via
# black
# python-discovery
# virtualenv
pluggy==1.6.0
# via pytest
Expand All @@ -69,7 +68,7 @@ pygments==2.20.0
# via pytest
pytest==9.1.1
# via -r lint-requirements.in
python-discovery==1.4.2
python-discovery==1.5.1
# via virtualenv
pytokens==0.4.1
# via black
Expand All @@ -84,14 +83,14 @@ types-cffi==2.0.0.20260518
# via types-pyopenssl
types-pyopenssl==24.1.0.20240722
# via -r lint-requirements.in
types-setuptools==82.0.0.20260518
types-setuptools==83.0.0.20260724
# via types-cffi
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# black
# cryptography
# exceptiongroup
# mypy
# virtualenv
virtualenv==21.5.1
virtualenv==21.7.1
# via nox
6 changes: 3 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#
attrs==26.1.0
# via service-identity
cffi==2.0.0
cffi==2.1.0
# via cryptography
coverage[toml]==7.14.3
coverage[toml]==7.15.2
# via -r test-requirements.in
cryptography==48.0.0
# via
Expand Down Expand Up @@ -39,7 +39,7 @@ tomli==2.4.1
# via
# coverage
# pytest
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# cryptography
# exceptiongroup
Expand Down
Loading