diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6441b40ce..bacd4d643 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.4 + rev: v0.16.5 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.49.0 + rev: v1.50.0 hooks: - id: typos - repo: https://github.com/sphinx-contrib/sphinx-lint @@ -69,7 +69,7 @@ repos: additional_dependencies: ["pyyaml"] files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$ - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.12.5 + rev: 0.12.7 hooks: # Compile requirements - id: pip-compile diff --git a/test-requirements.txt b/test-requirements.txt index f3f374cfd..cfd9d51a1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -142,7 +142,7 @@ requests==2.34.2 # via sphinx roman-numerals==4.1.0 ; python_full_version >= '3.11' # via sphinx -ruff==0.16.4 +ruff==0.16.5 # via -r test-requirements.in sniffio==1.3.1 # via -r test-requirements.in @@ -204,7 +204,7 @@ typing-extensions==4.16.0 # virtualenv urllib3==2.7.0 # via requests -uv==0.12.5 +uv==0.12.7 # via -r test-requirements.in virtualenv==21.7.1 # via pre-commit