diff --git a/tooling/pyproject.toml b/tooling/pyproject.toml index c97775c..5c846e5 100644 --- a/tooling/pyproject.toml +++ b/tooling/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ dev = [ "pytest>=7.0", "pytest-cov>=4.0", - "ruff>=0.4.0", + "ruff>=0.15.10", "pre-commit>=3.0", ]