diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45af9d17c..83ad2579b 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.42.1 + rev: v1.42.3 hooks: - id: typos - repo: https://github.com/sphinx-contrib/sphinx-lint @@ -73,7 +73,7 @@ repos: additional_dependencies: ["pyyaml"] files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$ - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.26 + rev: 0.9.28 hooks: # Compile requirements - id: pip-compile diff --git a/docs-requirements.txt b/docs-requirements.txt index 7ed83e4c4..7aa7c5afd 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -24,7 +24,7 @@ colorama==0.4.6 ; sys_platform == 'win32' # via # click # sphinx -cryptography==46.0.3 +cryptography==46.0.4 # via pyopenssl docutils==0.21.2 # via @@ -49,9 +49,9 @@ markupsafe==3.0.3 # via jinja2 outcome==1.3.0.post0 # via -r docs-requirements.in -packaging==25.0 +packaging==26.0 # via sphinx -pycparser==2.23 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy') +pycparser==3.0 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy') # via cffi pygments==2.19.2 # via sphinx @@ -69,7 +69,7 @@ snowballstemmer==3.0.1 # via sphinx sortedcontainers==2.4.0 # via -r docs-requirements.in -soupsieve==2.8.2 +soupsieve==2.8.3 # via beautifulsoup4 sphinx==8.2.3 # via @@ -98,7 +98,7 @@ sphinxcontrib-qthelp==2.0.0 # via sphinx sphinxcontrib-serializinghtml==2.0.0 # via sphinx -sphinxcontrib-trio==1.1.2 +sphinxcontrib-trio==1.2.0 # via -r docs-requirements.in towncrier==25.8.0 # via -r docs-requirements.in diff --git a/test-requirements.txt b/test-requirements.txt index 2b88ae18b..ab42b30cd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -36,9 +36,9 @@ colorama==0.4.6 ; sys_platform == 'win32' # pylint # pytest # sphinx -coverage==7.13.1 +coverage==7.13.2 # via -r test-requirements.in -cryptography==46.0.3 +cryptography==46.0.4 # via # -r test-requirements.in # pyopenssl @@ -94,14 +94,14 @@ nodeenv==1.10.0 # pyright outcome==1.3.0.post0 # via -r test-requirements.in -packaging==25.0 +packaging==26.0 # via # black # pytest # sphinx parso==0.8.5 ; implementation_name == 'cpython' # via jedi -pathspec==1.0.3 ; implementation_name == 'cpython' +pathspec==1.0.4 ; implementation_name == 'cpython' # via # black # mypy @@ -114,7 +114,7 @@ pluggy==1.6.0 # via pytest pre-commit==4.5.1 # via -r test-requirements.in -pycparser==2.23 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy') +pycparser==3.0 ; (implementation_name != 'PyPy' and os_name == 'nt') or (implementation_name != 'PyPy' and platform_python_implementation != 'PyPy') # via cffi pygments==2.19.2 # via @@ -128,7 +128,7 @@ pyright==1.1.408 # via -r test-requirements.in pytest==9.0.2 # via -r test-requirements.in -pytokens==0.4.0 ; implementation_name == 'cpython' +pytokens==0.4.1 ; implementation_name == 'cpython' # via black pyyaml==6.0.3 # via pre-commit @@ -183,7 +183,7 @@ types-pyopenssl==24.1.0.20240722 # via -r test-requirements.in types-pyyaml==6.0.12.20250915 # via -r test-requirements.in -types-setuptools==80.9.0.20251223 +types-setuptools==80.10.0.20260124 # via types-cffi typing-extensions==4.15.0 # via @@ -198,7 +198,7 @@ typing-extensions==4.15.0 # virtualenv urllib3==2.6.3 # via requests -uv==0.9.26 +uv==0.9.28 # via -r test-requirements.in virtualenv==20.36.1 # via pre-commit