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
8 changes: 4 additions & 4 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.7.14
certifi==2025.8.3
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.2
charset-normalizer==3.4.3
# via requests
cryptography==45.0.5
cryptography==45.0.6
# via -r docs-requirements.in
docutils==0.21.2
# via sphinx
Expand All @@ -36,7 +36,7 @@ pycparser==2.22
# via cffi
pygments==2.19.2
# via sphinx
requests==2.32.4
requests==2.32.5
# via sphinx
snowballstemmer==3.0.1
# via sphinx
Expand Down
15 changes: 8 additions & 7 deletions lint-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ click==8.1.8
# via black
colorlog==6.9.0
# via nox
cryptography==45.0.5
cryptography==45.0.6
# via
# -r lint-requirements.in
# types-pyopenssl
Expand All @@ -22,7 +22,7 @@ distlib==0.4.0
# via virtualenv
exceptiongroup==1.3.0
# via pytest
filelock==3.18.0
filelock==3.19.1
# via virtualenv
idna==3.10
# via -r lint-requirements.in
Expand All @@ -48,7 +48,7 @@ pathspec==0.12.1
# via
# black
# mypy
platformdirs==4.3.8
platformdirs==4.4.0
# via
# black
# virtualenv
Expand All @@ -67,16 +67,17 @@ tomli==2.2.1
# mypy
# nox
# pytest
types-cffi==1.17.0.20250523
types-cffi==1.17.0.20250822
# via types-pyopenssl
types-pyopenssl==24.1.0.20240722
# via -r lint-requirements.in
types-setuptools==80.9.0.20250529
types-setuptools==80.9.0.20250822
# via types-cffi
typing-extensions==4.14.1
typing-extensions==4.15.0
# via
# black
# exceptiongroup
# mypy
virtualenv==20.32.0
# virtualenv
virtualenv==20.34.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.10.1
coverage[toml]==7.10.6
# via -r test-requirements.in
cryptography==45.0.5
cryptography==45.0.6
# 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.1
typing-extensions==4.15.0
# via
# exceptiongroup
# pyopenssl
Loading