From 34df2df9f0bec1850bc315f83480f9174ff48d9e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2019 12:55:59 -0400 Subject: [PATCH] Bump werkzeug from 0.15.4 to 0.15.5 in /{{cookiecutter.app_name}} (#523) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.4 to 0.15.5. - [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.4...0.15.5) 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 20338e3..a2bfb6e 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.4" +Werkzeug = "==0.15.5" click = ">=5.0" # Database