From 5bd44dd46710dc02bdffcba290aee934af48a1e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 01:01:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20ruff?= =?UTF-8?q?=20to=20v0.15.12?= 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 283af332..b64110d9 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.11", + "ruff==0.15.12", "safety==3.7.0", "vulture==2.16", "yamllint==1.38.0",