From 4dcb33f11828a74c0161dc3631ac322787492279 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 20:26:30 +0000 Subject: [PATCH] Bump ruff to v0.15.8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ae84983..4f55f2a 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.2", - "ruff==0.15.7" + "ruff==0.15.8" ] [tool.hatch.envs.hatch-test] @@ -68,7 +68,7 @@ type = "virtual" [tool.hatch.envs.hatch-static-analysis] dependencies = [ - "ruff==0.15.7", + "ruff==0.15.8", ] config-path = "none"