From 8aac6d10c65a08497547b6dca87615ac7b1c6b49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 3 Sep 2018 12:16:18 +0000 Subject: [PATCH] Bump webtest from 2.0.29 to 2.0.30 in /{{cookiecutter.app_name}} Bumps [webtest](https://github.com/Pylons/webtest) from 2.0.29 to 2.0.30. - [Release notes](https://github.com/Pylons/webtest/releases) - [Commits](https://github.com/Pylons/webtest/compare/2.0.29...2.0.30) Signed-off-by: dependabot[bot] --- {{cookiecutter.app_name}}/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/Pipfile b/{{cookiecutter.app_name}}/Pipfile index d9b88d9..117ba62 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -46,7 +46,7 @@ environs = "==4.0.0" [dev-packages] # Testing pytest = "==3.6.1" -WebTest = "==2.0.29" +WebTest = "==2.0.30" factory-boy = "==2.11.*" # Lint and code style