From 710c0e6d40c7378d3aedcd7dac67c92775dabcb3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 12 Jun 2020 23:55:56 +0200 Subject: [PATCH] Update pytest-cov from 2.7.1 to 2.10.0 --- backend/requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.dev.txt b/backend/requirements.dev.txt index 96a0034b..f1dc58b7 100644 --- a/backend/requirements.dev.txt +++ b/backend/requirements.dev.txt @@ -10,7 +10,7 @@ flake8-polyfill==1.0.2 flake8-print==3.1.1 flake8-single-quotes==0.1.0 pytest==5.2.0 -pytest-cov==2.7.1 +pytest-cov==2.10.0 pytest-mock==1.11.1 # General purpose development tools/libraries