From e7496a8aace02643f6f48c872fa78a5d875a8d71 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 5 Dec 2016 10:51:43 -0500 Subject: [PATCH] Update pytest from 3.0.4 to 3.0.5 --- {{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 6617382..304ba59 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.0.4 +pytest==3.0.5 WebTest==2.0.23 factory-boy==2.7.0