From 7fe52be4862ed9c43de93de216107fdd9300f1fc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 9 Sep 2025 15:45:55 -0400 Subject: [PATCH] Update pytest-cov from 2.6.1 to 7.0.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 15bcedc..bcb3deb 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ pip==19.1 wheel==0.33.1 twine==1.13.0 pytest==4.4.1 -pytest-cov==2.6.1 +pytest-cov==7.0.0 coveralls==1.7.0 sphinx==2.0.1 bump2version==0.5.10