From b25c6034cff5f4e7b87251aa2f4f6277881f316d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 21:39:29 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e10001d..5b0165a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ plugins = ["ariadne_codegen.contrib.shorter_results.ShorterResultsPlugin"] [project.optional-dependencies] dev = [ "ruff>=0.14.0,<0.15.0", - "pytest>=8.3,<9", + "pytest>=9,<10", "build>=1.3,<2", "pytest-cov>=7,<8", "pre-commit",