From 015e2500b0b0f0ad330e7a06b958e843f8708f68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 20:10:18 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20ruff=20to=20v0.14.1?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7caeeb3..8db7655 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ python = ["3.14", "3.13", "3.12", "3.11"] [tool.hatch.envs.hatch-static-analysis] dependencies = [ - "ruff==0.14.10", + "ruff==0.14.11", ] config-path = "none"