From 5b5d7ba6a0461b372c68aee9146ca448c473c101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 12 May 2019 14:24:22 -0400 Subject: [PATCH] Bump werkzeug from 0.14.1 to 0.15.2 in /{{cookiecutter.app_name}} (#451) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 to 0.15.2. - [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.14.1...0.15.2) 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 5d2227a..800523f 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -7,7 +7,7 @@ name = "pypi" # Flask Flask = "==1.0.2" MarkupSafe = "==1.1.1" -Werkzeug = "==0.14.1" +Werkzeug = "==0.15.2" Jinja2 = "==2.10.1" itsdangerous = "==1.1.0" click = ">=5.0"