From 75b2665118bc6df16c780065f189049192f05fb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 08:04:52 +0000 Subject: [PATCH] fix(deps): update dependency ruff to >=0.16,<0.17 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1cd979f..da269109 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ testing = [ ] pre-commit = [ "pre-commit>=4.5,<5.0", - "ruff>=0.15,<0.16", + "ruff>=0.16,<0.17", "pylint>=4.0,<5.0", "rstcheck>=6.2,<7.0" ]