From 8f4aabf9ed81071c47a0c10adfb3229c77d9298f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:57:33 +0000 Subject: [PATCH] Update dependency pytest-cov to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e309fb9..9bc3049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ coverage = '>=7.3.3' licenseheaders = '>=0.8.8' mypy = '>=1.7.1' pytest = '8.3.4' -pytest-cov = '5.0.0' +pytest-cov = '6.0.0' [[tool.poetry.packages]] from = 'src'