From 91447e045efff7a3e3b77e053862f09feab0aba6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 16:37:42 +0000 Subject: [PATCH] Bump ruff to v0.16.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13b787f..2596e53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", "pytest==9.1.1", - "ruff==0.15.22" + "ruff==0.16.3" ] [tool.hatch.envs.hatch-test] @@ -68,7 +68,7 @@ type = "virtual" [tool.hatch.envs.hatch-static-analysis] dependencies = [ - "ruff==0.15.22", + "ruff==0.16.3", ] config-path = "none"