From b21a4e891ee4d15286881dde7628be5decbee669 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:33:24 +0000 Subject: [PATCH] Update dependency pytest-cov to v5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e07dc71..0225b4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ mypy = "^1.0.0" pytest = "^8.0.0" types-markdown = "^3.4.2.1" types-pyyaml = "^6.0.12.2" -pytest-cov = "^4.0.0" +pytest-cov = "^5.0.0" coveralls = "^3.3.1" [build-system]