From 6ed2190b6bc4d529371c7e0d14acce1ffbec4fd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 17:40:04 +0000 Subject: [PATCH] Bump ruff to v0.15.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 447af15..8605282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "pytest-asyncio==1.3.0", "pytest-cov==6.2.1", "pytest==9.0.2", - "ruff==0.12.9" + "ruff==0.15.4" ] [tool.hatch.envs.hatch-test]