From 2a8d35d78914ac76bfdc647b53ad577aa8bb1548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 17:10:37 +0000 Subject: [PATCH] chore(deps): 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 b9c1194..7adefed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dev = [ "pre-commit==4.5.1", "pytest==9.0.2", "pytest-cov==7.0.0", - "ruff==0.14.13", + "ruff==0.15.10", "ty==0.0.12", "types-pyyaml==6.0.12.20250915", ]