diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40c04dc..50fe862 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 + rev: v0.12.0 hooks: - id: ruff args: diff --git a/requirements-tests.txt b/requirements-tests.txt index 232fd3a..fadb2db 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -3,5 +3,5 @@ pytest >=4.4.0,<9.0.0 coverage[toml] >=6.2,<8.0 mypy ==1.14.1 -ruff ==0.11.8 +ruff ==0.12.0 respx ==0.22.0