From f58e518febf96a9544cad4de8bc1521009247a4a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 1 Aug 2017 12:11:09 -0400 Subject: [PATCH] Update webtest from 2.0.27 to 2.0.28 --- {{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 713c931..6d59327 100644 --- a/{{cookiecutter.app_name}}/requirements/dev.txt +++ b/{{cookiecutter.app_name}}/requirements/dev.txt @@ -3,7 +3,7 @@ # Testing pytest==3.1.3 -WebTest==2.0.27 +WebTest==2.0.28 factory-boy==2.8.1 # Lint and code style