diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 767ef8d9e7..080c58e259 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.7.4 + rev: v0.8.0 hooks: - id: ruff args: diff --git a/requirements-tests.txt b/requirements-tests.txt index 264fe0becc..0d588af1db 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -6,7 +6,7 @@ coverage[toml] >=6.2,<8.0 pytest-xdist >=1.32.0,<4.0.0 pytest-sugar >=0.9.4,<1.1.0 mypy ==1.4.1 -ruff ==0.7.4 +ruff ==0.8.0 # Needed explicitly by typer-slim rich >=10.11.0 shellingham >=1.3.0