From 0b47781a41f4a560e73e05028e0ce175a6e5a103 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 21:43:05 +0000 Subject: [PATCH] Update dependency ruff to v0.15.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff8e3139e..f3b418455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ pylint = "3.3.7" pytest = "8.4.0" pytest-asyncio = "1.0.0" pytest-cov = "6.2.1" -ruff = "0.6.9" +ruff = "0.15.11" safety = "3.5.2" syrupy = "4.9.1" types-cachetools = "^5.3.0"