From 769bccb7daf96cd5b64b85770ad84df194cf3d87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:12:37 +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 215ad9d3d7..81eafd04b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,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"