From 03ff3a360a154e40646e2263e674a5c12ac0dd7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:52:30 +0000 Subject: [PATCH] Update dependency pytest to v9.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31560033ee..c9b645c66e 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"]