From 4ff371270c2372f13a418cdbe93db0d2ac30b4f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 23:55:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20ruff=20to=20v0.16.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"