diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25b7b4428aa..eb975e92e78 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: pass_filenames: false - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.22 hooks: - id: ruff-check types: [text] diff --git a/test/requirements-dev.txt b/test/requirements-dev.txt index c4bc19666bf..f0b2dfd60f4 100644 --- a/test/requirements-dev.txt +++ b/test/requirements-dev.txt @@ -3,4 +3,4 @@ -r requirements.txt mypy==1.8.0 -ruff==0.15.20 +ruff==0.15.22