From e4169569a96135630b5648180c37088b28ea6d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 11 Feb 2019 13:27:56 +0000 Subject: [PATCH] Bump webtest from 2.0.32 to 2.0.33 in /{{cookiecutter.app_name}} Bumps [webtest](https://github.com/Pylons/webtest) from 2.0.32 to 2.0.33. - [Release notes](https://github.com/Pylons/webtest/releases) - [Commits](https://github.com/Pylons/webtest/compare/2.0.32...2.0.33) 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 aea88c2..c2e2361 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -46,7 +46,7 @@ environs = "==4.1.0" [dev-packages] # Testing pytest = "==4.2.0" -WebTest = "==2.0.32" +WebTest = "==2.0.33" factory-boy = "==2.11.*" # Lint and code style