diff --git a/pyproject.toml b/pyproject.toml index 13b787f..2596e53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", "pytest==9.1.1", - "ruff==0.15.22" + "ruff==0.16.3" ] [tool.hatch.envs.hatch-test] @@ -68,7 +68,7 @@ type = "virtual" [tool.hatch.envs.hatch-static-analysis] dependencies = [ - "ruff==0.15.22", + "ruff==0.16.3", ] config-path = "none"