From 7ff1e3855437f2341f14dd668178009fe111fbfa Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 25 May 2023 04:49:55 +0800 Subject: [PATCH] Update pytest-cov from 2.8.1 to 4.1.0 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 9ebbf42..91a1494 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -10,7 +10,7 @@ coverage>=4.1 mock==4.0.2 PyYAML>=3.11 pytest>=4.3.1 -pytest-cov==2.8.1 +pytest-cov==4.1.0 pytest-runner>=2.11.1 inflection>=0.3.1 isort>=4.3.9