From 8b05cba748caba2a20957d14a044b29f5dcf7faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Oct 2018 12:17:06 +0000 Subject: [PATCH] Bump webtest from 2.0.30 to 2.0.32 in /{{cookiecutter.app_name}} Bumps [webtest](https://github.com/Pylons/webtest) from 2.0.30 to 2.0.32. - [Release notes](https://github.com/Pylons/webtest/releases) - [Commits](https://github.com/Pylons/webtest/compare/2.0.30...2.0.32) 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 b795db8..50a3bc3a 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -46,7 +46,7 @@ environs = "==4.0.0" [dev-packages] # Testing pytest = "==3.8.2" -WebTest = "==2.0.30" +WebTest = "==2.0.32" factory-boy = "==2.11.*" # Lint and code style