From 9fb83480a877fbc1d9a7247fcc57feff0727746a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 18:11:26 -0400 Subject: [PATCH] Bump werkzeug from 0.15.5 to 0.15.6 in /{{cookiecutter.app_name}} (#545) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.5 to 0.15.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.15.5...0.15.6) Signed-off-by: dependabot-preview[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 201357f..1268c2b 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] # Flask Flask = "==1.1.1" -Werkzeug = "==0.15.5" +Werkzeug = "==0.15.6" click = ">=5.0" # Database