From 50d645cd32a7d7a5e0626e6b883eabae4706bf00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 19:11:26 +0000 Subject: [PATCH] Bump ruff to v0.15.12 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fbc0430..62359d9 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.11" + "ruff==0.15.12" ] [tool.hatch.envs.hatch-test] @@ -68,7 +68,7 @@ type = "virtual" [tool.hatch.envs.hatch-static-analysis] dependencies = [ - "ruff==0.15.11", + "ruff==0.15.12", ] config-path = "none"