From 0b16c9a942f9f5fc722ba3231f7b2c19939f932c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:47:11 +0000 Subject: [PATCH] Update dependency pytest to v8 --- template/.tools/requirements/requirements_both.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/.tools/requirements/requirements_both.txt b/template/.tools/requirements/requirements_both.txt index 8ce3288c..07f671fa 100644 --- a/template/.tools/requirements/requirements_both.txt +++ b/template/.tools/requirements/requirements_both.txt @@ -6,7 +6,7 @@ pyright # Pre-commit common requirements ruff==0.1.11 # Testing -pytest==7.4.4 +pytest==8.0.0 # Testing plugins pytest-cov==4.1.0 pytest-custom-exit-code==0.3.0