From 6f5036cce02f121af86b4c6a05c71c14ec3ebe1c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 31 Jan 2020 12:25:47 +0100 Subject: [PATCH] Update pytest from 5.1.2 to 5.3.5 --- generators/app/templates/requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/app/templates/requirements/test.txt b/generators/app/templates/requirements/test.txt index 3c416ed..117ac39 100644 --- a/generators/app/templates/requirements/test.txt +++ b/generators/app/templates/requirements/test.txt @@ -1,6 +1,6 @@ -r prod.txt pytest-runner==5.1 -pytest==5.1.2 +pytest==5.3.5 coverage==4.5.4 robotframework==3.1.2