From 46d1f7d6dffcecf553bdae17c4e5676db726f9fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:46:05 +0000 Subject: [PATCH] chore(python-deps): update dependency pytest-cov to v6 for tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df77a80..d813185 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ tomli = "2.0.2" coverage = "^7.5.0" linkchecker = "^10.0.0" pytest = "^8.2.0" -pytest-cov = "^5.0.0" +pytest-cov = "^6.0.0" pytest-depends = "^1.0.1" pytest-env = "^1.1.3" pytest-github-report = "^0.0.1"