From 81d821b7537f1a929e6c5227991bbcdc189b2a8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 21:10:55 +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 ab9f8b154d..c62d8a1083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,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"