From 1e4acd76720d12c77b34979675fb6984f2ccbd96 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 17:18:08 +0000 Subject: [PATCH] Dependency updates --- .pre-commit-config.yaml | 2 +- docs-requirements.txt | 14 +++++++------- test-requirements.txt | 38 +++++++++++++++++++------------------- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 02da5980d..645e16ba0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/docs-requirements.txt b/docs-requirements.txt index 1c494412f..8d4987537 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -10,7 +10,7 @@ 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 @@ -18,13 +18,13 @@ cffi==2.0.0 ; os_name == 'nt' or platform_python_implementation != 'PyPy' # 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 @@ -32,7 +32,7 @@ docutils==0.22.4 # sphinx-rtd-theme exceptiongroup==1.3.1 # via -r docs-requirements.in -idna==3.11 +idna==3.13 # via # -r docs-requirements.in # requests @@ -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 @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index dc070daa1..8a8ffe29a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -96,18 +96,18 @@ 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 @@ -115,7 +115,7 @@ platformdirs==4.9.4 # 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 @@ -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 @@ -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 @@ -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