diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e03b12d8cfe2..38fb8273db1f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.0 + rev: v0.16.1 hooks: - id: ruff-check args: diff --git a/pyproject.toml b/pyproject.toml index c76f5b128c33..eca251b9ab53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -643,7 +643,7 @@ exclude_lines = [ ] [tool.ruff] -required-version = ">=0.16.0" +required-version = ">=0.16.1" [tool.ruff.lint] select = [ diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 9ef059b0782e..c31eec9ae6b8 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,6 +1,6 @@ # Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit codespell==2.4.3 -ruff==0.16.0 +ruff==0.16.1 yamllint==1.38.0 zizmor==1.28.0