From 7359a7ea47a55b8d930f555ce5b3402e188b09b3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 30 Oct 2024 12:06:20 +0100 Subject: [PATCH] Update pytest-cov from 2.7.1 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 5c9c76a..03f8521 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -9,5 +9,5 @@ Sphinx==2.1.2 twine==1.13.0 pytest==5.0.0 pytest-runner==5.1 -pytest-cov==2.7.1 +pytest-cov==6.0.0 coveralls==1.8.1