From f94c27430c6798f6a911b6f82dac4208787d1ea6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 07:58:02 +1000 Subject: [PATCH] Update dependency pytest to v9.1.1 (#4612) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed3d0ed5..3af92e69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "pre-commit==4.6.0", "ruff==0.15.17", "pylint==4.0.6", - "pytest==9.0.3", + "pytest==9.1.1", "hypothesis>=6.152.4", ] doc = ["sphinx"]