From eb3639a7ffa7f04f8556ca0e9b742d5d484027c6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 30 Oct 2024 03:54:21 -0700 Subject: [PATCH] Update pytest-cov from 2.5.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 deed99b..56ac8a3 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,6 +2,6 @@ codecov==2.0.15 httpretty==0.8.10 mock==2.0.0 moto==1.2.0 -pytest-cov==2.5.1 +pytest-cov==6.0.0 pytest==3.4.2 testing.postgresql==1.3.0 \ No newline at end of file