From 07553d9433108726dc6709999762573a7db6a045 Mon Sep 17 00:00:00 2001 From: renovate-bot <bot@walbeck.it> Date: Tue, 29 Oct 2024 22:13:52 +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 0f7eb51..3983581 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python = "^3.7" black = "^20.8b1" flake8 = "^3.8.4" pytest = "^6.2.2" -pytest-cov = "^2.11.1" +pytest-cov = "^6.0.0" [build-system] requires = ["poetry-core>=1.0.0"] -- 2.47.2