diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 007964cb6..b0f4bea61 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,11 +20,11 @@ repos: - id: sort-simple-yaml files: .pre-commit-config.yaml - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.5.0 + rev: 26.5.1 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.13 + rev: v0.15.14 hooks: - id: ruff-check types: [file] @@ -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.46.2 + rev: v1.46.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.11.14 + rev: 0.11.16 hooks: # Compile requirements - id: pip-compile diff --git a/test-requirements.txt b/test-requirements.txt index 6071e0f4d..1790d40a3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,7 +16,7 @@ attrs==26.1.0 # outcome babel==2.18.0 # via sphinx -black==26.5.0 ; implementation_name == 'cpython' +black==26.5.1 ; implementation_name == 'cpython' # via -r test-requirements.in certifi==2026.4.22 # via requests @@ -143,7 +143,7 @@ requests==2.34.2 # via sphinx roman-numerals==4.1.0 ; python_full_version >= '3.11' # via sphinx -ruff==0.15.13 +ruff==0.15.14 # via -r test-requirements.in sniffio==1.3.1 # via -r test-requirements.in @@ -205,7 +205,7 @@ typing-extensions==4.15.0 # virtualenv urllib3==2.7.0 # via requests -uv==0.11.14 +uv==0.11.16 # via -r test-requirements.in virtualenv==21.3.3 # via pre-commit