diff --git a/pyproject.toml b/pyproject.toml index 90c2cc9..5f988d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ include = [ [tool.hatch.envs.default] dependencies = [ - "ruff==0.14.5", + "ruff==0.14.10", "aiohttp==3.13.2", "prometheus-client==0.23.1", "mashumaro==3.17", @@ -49,7 +49,7 @@ dependencies = [ [tool.hatch.envs.hatch-static-analysis] dependencies = [ - "ruff==0.14.5", + "ruff==0.14.10", ] config-path = "none"