From 7e81a706277e720490be36aae87de895b7c78161 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 22:32:02 +0000 Subject: [PATCH] Bump ruff to v0.15.10 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d42382..30cecff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "pytest-asyncio==1.3.0", "pytest-cov==7.1.0", "pytest==9.0.3", - "ruff==0.15.9" + "ruff==0.15.10" ] [tool.hatch.envs.hatch-test] @@ -68,7 +68,7 @@ type = "virtual" [tool.hatch.envs.hatch-static-analysis] dependencies = [ - "ruff==0.15.9", + "ruff==0.15.10", ] config-path = "none"