From 6d117fd777eea0e8797028547d30d45cff517dc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 21:00:26 +0000 Subject: [PATCH] Bump ruff to v0.11.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 520837b..6431080 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "pytest-asyncio==0.25.3", "pytest-cov==6.0.0", "pytest==8.4.0", - "ruff==0.9.7" + "ruff==0.11.13" ] [tool.hatch.envs.hatch-test]