diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b545b1130b..d33754c09b 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.11.8 + rev: v0.11.9 hooks: - id: ruff types: [file] @@ -46,7 +46,7 @@ repos: hooks: - id: sphinx-lint - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.6.0 + rev: v1.7.0 hooks: - id: zizmor - repo: local @@ -66,7 +66,7 @@ repos: additional_dependencies: ["pyyaml"] files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$ - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.7.2 + rev: 0.7.3 hooks: # Compile requirements - id: pip-compile diff --git a/test-requirements.txt b/test-requirements.txt index a61dea107d..0d99258197 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -132,7 +132,7 @@ requests==2.32.3 # via sphinx roman-numerals-py==3.1.0 ; python_full_version >= '3.11' # via sphinx -ruff==0.11.8 +ruff==0.11.9 # via -r test-requirements.in setuptools==80.1.0 # via types-setuptools @@ -194,7 +194,7 @@ typing-extensions==4.13.2 # pyright urllib3==2.4.0 # via requests -uv==0.7.2 +uv==0.7.3 # via -r test-requirements.in virtualenv==20.30.0 # via pre-commit