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
4 changes: 2 additions & 2 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ alabaster==0.7.16
# via sphinx
babel==2.17.0
# via sphinx
certifi==2025.6.15
certifi==2025.7.14
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.2
# via requests
cryptography==45.0.4
cryptography==45.0.5
# via -r docs-requirements.in
docutils==0.21.2
# via sphinx
Expand Down
10 changes: 5 additions & 5 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ click==8.1.8
# via black
colorlog==6.9.0
# via nox
cryptography==45.0.4
cryptography==45.0.5
# via
# -r lint-requirements.in
# types-pyopenssl
dependency-groups==1.3.1
# via nox
distlib==0.3.9
distlib==0.4.0
# via virtualenv
exceptiongroup==1.3.0
# via pytest
Expand All @@ -30,7 +30,7 @@ iniconfig==2.1.0
# via pytest
isort==6.0.1
# via -r lint-requirements.in
mypy==1.16.1
mypy==1.17.1
# via -r lint-requirements.in
mypy-extensions==1.1.0
# via
Expand Down Expand Up @@ -73,10 +73,10 @@ types-pyopenssl==24.1.0.20240722
# via -r lint-requirements.in
types-setuptools==80.9.0.20250529
# via types-cffi
typing-extensions==4.14.0
typing-extensions==4.14.1
# via
# black
# exceptiongroup
# mypy
virtualenv==20.31.2
virtualenv==20.32.0
# via nox
6 changes: 3 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ attrs==25.3.0
# via service-identity
cffi==1.17.1
# via cryptography
coverage[toml]==7.9.1
coverage[toml]==7.10.1
# via -r test-requirements.in
cryptography==45.0.4
cryptography==45.0.5
# via
# -r test-requirements.in
# pyopenssl
Expand Down Expand Up @@ -45,7 +45,7 @@ tomli==2.2.1
# via
# coverage
# pytest
typing-extensions==4.14.0
typing-extensions==4.14.1
# via
# exceptiongroup
# pyopenssl
Loading