diff --git a/pyproject.toml b/pyproject.toml index eb13e6c..f7c1d35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ python = ["3.14", "3.13", "3.12"] [tool.hatch.envs.default] python = "3.14" dependencies = [ - "ruff==0.16.8", + "ruff==0.16.9", "aiohttp==3.14.3", "prometheus-client==0.26.0", "mashumaro==3.22", @@ -55,11 +55,11 @@ dependencies = [ [tool.hatch.envs.hatch-check-code] config-path = "none" -dependencies = ["ruff==0.16.8"] +dependencies = ["ruff==0.16.9"] [tool.hatch.envs.hatch-check-fmt] config-path = "none" -dependencies = ["ruff==0.16.8"] +dependencies = ["ruff==0.16.9"] [tool.hatch.envs.hatch-check-types] template = "hatch-test"