From 34854ed8d5fcef5275f085d988bd3eeee01c1757 Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:51:12 +0200 Subject: [PATCH] Bump ruff to 0.14.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8875ddb..e2a1bc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ include = [ [tool.hatch.envs.default] dependencies = [ - "ruff==0.12.8", + "ruff==0.14.0", "aiohttp==3.12.15", "prometheus-client==0.22.1", "mashumaro==3.16", @@ -49,7 +49,7 @@ dependencies = [ [tool.hatch.envs.hatch-static-analysis] dependencies = [ - "ruff==0.12.8", + "ruff==0.14.0", ] config-path = "ruff.toml"