From 5dc1cac7579f4f9df01c4f4e5be94d1d50db1efc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 18:28:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20ruff=20to=20v0.15.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 90c2cc9..bdb78a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ include = [ [tool.hatch.envs.default] dependencies = [ - "ruff==0.14.5", + "ruff==0.15.0", "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.15.0", ] config-path = "none"