From aa58024b29259298d5a3af0b984113df9c32a1b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 16:04:00 +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 a685c117ce..696e86b8e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,7 @@ ipdb = "^0.13.13" moto = "^5.0.0" nplusone = "^1.0.0" pdbpp = "^0.11.6" -pytest = "^8.0.0" +pytest = "^9.0.0" pytest-cov = "^7.0.0" pytest-django = "^4.5.2" pytest-env = "^1.0.0"