From 8fbf89a7553b3dbc7c175285bc2e16abc2770768 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 00:31:10 +0000 Subject: [PATCH] chore(deps): update dependency ruff to v0.16.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0523bd..12262d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ exclude-newer = "1 week" [dependency-groups] lint = [ - "ruff==0.16.3", + "ruff==0.16.6", ] typecheck = [ "ty==0.0.72",