diff --git a/pyproject.toml b/pyproject.toml index fbc0430..62359d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "pytest-asyncio==1.3.0", "pytest-cov==7.1.0", "pytest==9.0.3", - "ruff==0.15.11" + "ruff==0.15.12" ] [tool.hatch.envs.hatch-test] @@ -68,7 +68,7 @@ type = "virtual" [tool.hatch.envs.hatch-static-analysis] dependencies = [ - "ruff==0.15.11", + "ruff==0.15.12", ] config-path = "none"