From 588bb705933e2de6357d1b7d7ecd0ea4c02db661 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:29:36 +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 a440908813..9ec87a39e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ pdbpp = "^0.10.3" pip-tools = "^7.1.0" pylint = "^2.6.0" pylint-django = "^2.4.4" -pytest = "^6.1.2" +pytest = "^8.0.0" pytest-cov = "^4.1.0" pytest-env = "^0.6.2" pytest-django = "^4.5.2"