From 846b5759b2755308b1f71f3ad57cea5a465f5163 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 06:17:26 +0000 Subject: [PATCH] Update dependency pytest-cov to v5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62f8981b..d1374e50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ py>=1.11.0 pluggy==1.4.0 pytest==8.0.2 -pytest-cov==4.1.0 +pytest-cov==5.0.0 flake8==7.0.0 requests-mock==1.11.0 Sphinx<8