From 868b7633b477b5682184e9cf9ca6e959efbe9eac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 17:15:55 +0000 Subject: [PATCH] fix(deps): update dependency ruff to >=0.16.3,<0.17.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0690c710..4b145815 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ plugins = ["ariadne_codegen.contrib.shorter_results.ShorterResultsPlugin"] [project.optional-dependencies] dev = [ - "ruff>=0.15.0,<0.16.0", + "ruff>=0.16.3,<0.17.0", "pytest>=9,<10", "build>=1.3,<2", "pytest-cov>=7,<8",