From 6c22cbb2c82b531c434d2e5756dd2a013dac93f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 17:16:13 +0000 Subject: [PATCH] Update pytest requirement from <9.0,>=8.3 to >=8.3,<10.0 Dependabot couldn't find the original pull request head commit, 4c1f5fd4b1546c7787bc47ae6472311fd2ede00c. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf0b864..7e5e7bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=8.3,<9.0", + "pytest>=9.0.3,<10.0", ] [project.scripts]