From f725eb651c164afc1638a0c4d045221224187871 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 06:11:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20ruff?= =?UTF-8?q?=20to=20v0.15.20?= 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 eadda35a..ba15f152 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.16", + "ruff==0.15.20", "safety==3.8.1", "vulture==2.16", "yamllint==1.38.0",