diff --git a/api/shared/pyproject.toml b/api/shared/pyproject.toml index 6b6defd..6c1baf3 100644 --- a/api/shared/pyproject.toml +++ b/api/shared/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [] dev = [ "pytest>=8.0.0", "pytest-cov>=6.0.0", - "ruff>=0.8.0", + "ruff>=0.15.10", "black>=24.0.0", ]