From acd1efe23f10ec675ae57b29f664d4b34c509d7c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 13 Jan 2020 11:21:24 +0200 Subject: [PATCH] Update coverage from 5.0.2 to 5.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 30d8e75..c87928d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -e . black==19.3b0 -coverage==5.0.2 +coverage==5.0.3 mypy==0.761; python_version < '3.8' and python_implementation != 'PyPy' prospector==1.2.0; python_version < '3.8' and python_implementation != 'PyPy' pytest==5.3.2