From b61e315072533b3a324206b0d0105f3ae8e04be6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 05:26:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20ruff?= =?UTF-8?q?=20to=20v0.15.8?= 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 be879b8e..ee3f3a46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -205,7 +205,7 @@ dev = [ "pytest-cov==7.1.0", "pytest-xdist>=3.8.0", "pyupgrade==3.21.2", - "ruff==0.15.7", + "ruff==0.15.8", "safety==3.7.0", "vulture==2.15", "yamllint==1.38.0",