From e60bad2d0d54b3574be1477ce33327558181000a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:01:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20ruff=20to=20v0.16.2?= 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 622dba5..85db785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ python = ["3.14", "3.13", "3.12"] [tool.hatch.envs.default] dependencies = [ - "ruff==0.16.1", + "ruff==0.16.2", "aiohttp==3.14.3", "prometheus-client==0.26.0", "mashumaro==3.22", @@ -56,7 +56,7 @@ dependencies = [ [tool.hatch.envs.hatch-static-analysis] dependencies = [ - "ruff==0.16.1", + "ruff==0.16.2", ] config-path = "none"