From 5937200c56f014486e2718c8fd49bc25f11c98a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 05:11:41 +0000 Subject: [PATCH] deps: update dependency pytest to v9 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8175baa..3307431 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ dev = [ "pre-commit", "pydantic>=2.12.5", "pyfakefs (>=5.7.4, <6.0.0)", - "pytest (>=8.3.4, <9.0.0)", + "pytest (>=9.0.3, <9.1.0)", "pytest-asyncio (>=0.25.3, <1.0.0)", "pytest-cov (>=6.0.0, <7.0.0)", "pytest-django (>=4.10.0, <5.0.0)",