From a71bf0d2139efcaa884e1079dc055f0d6d9b0a08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:41: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 f7d3cb9..7d2dc35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest-asyncio = "^0.23.0" pytest-deadfixtures = "^2.2.1" flake8-black = "^0.3.6" black = "^24.0.0" -pytest-cov = "^4.0.0" +pytest-cov = "^5.0.0" coveralls = "^3.3.1" [build-system]