From e06a2eaadde22b668ff3c7463364d94fbdb6ebe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:01:04 +0000 Subject: [PATCH] chore(deps): update dependency ruff to >=0.15.0,<0.16.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f02cde9..57aa62f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ plugins = ["ariadne_codegen.contrib.shorter_results.ShorterResultsPlugin"] [project.optional-dependencies] dev = [ - "ruff>=0.14.0,<0.15.0", + "ruff>=0.15.0,<0.16.0", "pytest>=9,<10", "build>=1.3,<2", "pytest-cov>=7,<8",