diff --git a/pyproject.toml b/pyproject.toml index 557f27a..1683da2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ include = [ [tool.hatch.envs.default] dependencies = [ - "ruff==0.15.0", + "ruff==0.15.1", "aiohttp==3.13.3", "prometheus-client==0.24.1", "mashumaro==3.20", @@ -49,7 +49,7 @@ dependencies = [ [tool.hatch.envs.hatch-static-analysis] dependencies = [ - "ruff==0.15.0", + "ruff==0.15.1", ] config-path = "none"