From 848335db149a5e5b10fc8f3ff8d07098a905ac1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:58:23 +0000 Subject: [PATCH] Update dependency ruff to v0.15.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8fbf28a5a..2b5bfaae56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "mypy==1.20.0", "flake8==7.3.0", "pre-commit==4.5.1", - "ruff==0.15.9", + "ruff==0.15.10", "pylint==4.0.5", "pytest==9.0.3", ]