From 196f8337269f2c6f320087abb4c8980e50da19af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:39:17 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 693ef5f90..5a1f17b5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ ipdb = "^0.13.13" nplusone = "^1.0.0" pdbpp = "^0.10.3" pre-commit = "^3.7.0" -pytest = "7.4.4" +pytest = "8.3.4" pytest-cov = "^4.1.0" pytest-django = "^4.5.2" pytest-env = "^0.8.0"