From 7926e0d0db8aa8e62dc5a60dd7bcf7be54723775 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 23 Mar 2018 08:53:54 -0400 Subject: [PATCH] Update pytest from 3.4.2 to 3.5.0 --- {{cookiecutter.app_name}}/requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/requirements/dev.txt b/{{cookiecutter.app_name}}/requirements/dev.txt index 6ee550c..14399f3 100644 --- a/{{cookiecutter.app_name}}/requirements/dev.txt +++ b/{{cookiecutter.app_name}}/requirements/dev.txt @@ -2,7 +2,7 @@ -r prod.txt # Testing -pytest==3.4.2 +pytest==3.5.0 WebTest==2.0.29 factory-boy==2.10.0