From b96db16815aa622ecd57f17342e9228a8ccc0b87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 22:40:54 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v9.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3335cf601..0c21a0a8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires = [ dev = [ "pytest-cov==7.1.0", "pytest-github-actions-annotate-failures==0.4.0", - "pytest==9.0.3" + "pytest==9.1.0" ] [project]