From 0ac305f97f7ea8d6eeae458c98fcfa1b9a4d999f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 20:41:22 +0000 Subject: [PATCH] Bump ruff to v0.12.8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5d281f6..f08a462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ include = [ [tool.hatch.envs.default] dependencies = [ - "ruff==0.12.3", + "ruff==0.12.8", "aiohttp==3.12.14", "prometheus-client==0.22.1", "mashumaro==3.16", @@ -49,7 +49,7 @@ dependencies = [ [tool.hatch.envs.hatch-static-analysis] dependencies = [ - "ruff==0.12.3", + "ruff==0.12.8", ] config-path = "ruff.toml"