diff --git a/pyproject.toml b/pyproject.toml index 8d8e6b0..0a12ada 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ python = ["3.14", "3.13", "3.12", "3.11"] [tool.hatch.envs.hatch-static-analysis] dependencies = [ - "ruff==0.15.0", + "ruff==0.15.1", ] config-path = "none"