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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
# tomli needed on 3.10. tomllib is available in stdlib on 3.11+
- tomli
- repo: https://github.com/adhtruong/mirrors-typos
rev: v1.45.1
rev: v1.46.0
hooks:
- id: typos
- repo: https://github.com/sphinx-contrib/sphinx-lint
Expand Down
14 changes: 7 additions & 7 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
beautifulsoup4==4.14.3
# via sphinx-codeautolink
certifi==2026.2.25
certifi==2026.4.22
# via requests
cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
# via
# -r docs-requirements.in
# cryptography
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.3.3
# via towncrier
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# sphinx
cryptography==46.0.6
cryptography==47.0.0
# via pyopenssl
docutils==0.22.4
# via
# sphinx
# sphinx-rtd-theme
exceptiongroup==1.3.1
# via -r docs-requirements.in
idna==3.11
idna==3.13
# via
# -r docs-requirements.in
# requests
Expand All @@ -49,13 +49,13 @@ markupsafe==3.0.3
# via jinja2
outcome==1.3.0.post0
# via -r docs-requirements.in
packaging==26.0
packaging==26.2
# via sphinx
pycparser==3.0 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
# via cffi
pygments==2.20.0
# via sphinx
pyopenssl==26.0.0
pyopenssl==26.1.0
# via -r docs-requirements.in
requests==2.33.1
# via sphinx
Expand Down Expand Up @@ -83,7 +83,7 @@ sphinx==9.1.0 ; python_full_version >= '3.12'
# sphinx-rtd-theme
# sphinxcontrib-jquery
# sphinxcontrib-trio
sphinx-codeautolink==0.17.5
sphinx-codeautolink==0.18.1
# via -r docs-requirements.in
sphinx-rtd-theme==3.1.0
# via -r docs-requirements.in
Expand Down
38 changes: 19 additions & 19 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ babel==2.18.0
# via sphinx
black==26.3.1 ; implementation_name == 'cpython'
# via -r test-requirements.in
certifi==2026.2.25
certifi==2026.4.22
# via requests
cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
# via
Expand All @@ -26,7 +26,7 @@ cfgv==3.5.0
# via pre-commit
charset-normalizer==3.4.7
# via requests
click==8.3.2 ; implementation_name == 'cpython'
click==8.3.3 ; implementation_name == 'cpython'
# via black
codespell==2.4.2
# via -r test-requirements.in
Expand All @@ -38,7 +38,7 @@ colorama==0.4.6 ; sys_platform == 'win32'
# sphinx
coverage==7.13.5
# via -r test-requirements.in
cryptography==46.0.6
cryptography==47.0.0
# via
# -r test-requirements.in
# pyopenssl
Expand All @@ -56,13 +56,13 @@ exceptiongroup==1.3.1 ; python_full_version < '3.11'
# via
# -r test-requirements.in
# pytest
filelock==3.25.2
filelock==3.29.0
# via
# python-discovery
# virtualenv
identify==2.6.18
identify==2.6.19
# via pre-commit
idna==3.11
idna==3.13
# via
# -r test-requirements.in
# requests
Expand All @@ -77,13 +77,13 @@ jedi==0.19.2 ; implementation_name == 'cpython'
# via -r test-requirements.in
jinja2==3.1.6
# via sphinx
librt==0.8.1 ; implementation_name == 'cpython' and platform_python_implementation != 'PyPy'
librt==0.9.0 ; implementation_name == 'cpython' and platform_python_implementation != 'PyPy'
# via mypy
markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via pylint
mypy==1.20.0 ; implementation_name == 'cpython'
mypy==1.20.2 ; implementation_name == 'cpython'
# via -r test-requirements.in
mypy-extensions==1.1.0
# via
Expand All @@ -96,26 +96,26 @@ nodeenv==1.10.0
# pyright
outcome==1.3.0.post0
# via -r test-requirements.in
packaging==26.0
packaging==26.2
# via
# black
# pytest
# sphinx
parso==0.8.6 ; implementation_name == 'cpython'
# via jedi
pathspec==1.0.4 ; implementation_name == 'cpython'
pathspec==1.1.1 ; implementation_name == 'cpython'
# via
# black
# mypy
platformdirs==4.9.4
platformdirs==4.9.6
# via
# black
# pylint
# python-discovery
# virtualenv
pluggy==1.6.0
# via pytest
pre-commit==4.5.1
pre-commit==4.6.0
# via -r test-requirements.in
pycparser==3.0 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy')
# via cffi
Expand All @@ -125,9 +125,9 @@ pygments==2.20.0
# sphinx
pylint==4.0.5
# via -r test-requirements.in
pyopenssl==26.0.0
pyopenssl==26.1.0
# via -r test-requirements.in
pyright==1.1.408
pyright==1.1.409
# via -r test-requirements.in
pytest==9.0.3
# via -r test-requirements.in
Expand Down Expand Up @@ -178,17 +178,17 @@ tomlkit==0.14.0
# via pylint
trustme==1.2.1
# via -r test-requirements.in
types-cffi==2.0.0.20260402
types-cffi==2.0.0.20260429
# via
# -r test-requirements.in
# types-pyopenssl
types-docutils==0.22.3.20260322
types-docutils==0.22.3.20260408
# via -r test-requirements.in
types-pyopenssl==24.1.0.20240722
# via -r test-requirements.in
types-pyyaml==6.0.12.20250915
types-pyyaml==6.0.12.20260408
# via -r test-requirements.in
types-setuptools==82.0.0.20260402
types-setuptools==82.0.0.20260408
# via types-cffi
typing-extensions==4.15.0
# via
Expand All @@ -205,5 +205,5 @@ urllib3==2.6.3
# via requests
uv==0.11.8
# via -r test-requirements.in
virtualenv==21.2.0
virtualenv==21.3.0
# via pre-commit
Loading