From 56094ced0ea22dbb200c0ca4662b0d667aa6d20b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 29 Oct 2024 23:35:16 -0400 Subject: [PATCH] Update pytest-cov from 4.0.0 to 6.0.0 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 90e78e1..dd771ac 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,6 +2,6 @@ bump2version==1.0.1 numpy==1.24.1 packaging==23.0 h5py==3.8.0 -pytest-cov==4.0.0 +pytest-cov==6.0.0 pytest==7.2.1 coveralls==3.3.1