From ac6a814b509b1de6313d41750e17b1f9688d0a97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:16:52 +0000 Subject: [PATCH] Update dependency pytest to v8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99c1e533a6..15c7702781 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ ipdb = "^0.13.13" nplusone = "^1.0.0" pdbpp = "^0.10.3" pre-commit = "^3.7.0" -pytest = "^6.1.2" +pytest = "^8.0.0" pytest-cov = "^4.1.0" pytest-django = "^4.5.2" pytest-env = "^0.6.2"