From 76e8c73396582da7d8f7b8cc4d0cb8a244599139 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:04:21 +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 346268ee..6473f82c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ module-root = "" dev = [ "mock>=5.1.0", "mypy>=1.11.2", - "pytest>=8.3.2,<9.0", + "pytest>=9.0.2,<9.1", "pytest-mock>=3.14.0", "ruff>=0.6.4", "pytest-sugar>=1.0.0",