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] <support@dependabot.com>
master
dependabot[bot] 5 years ago committed by Steven Loria
parent e4a1f7461e
commit 5b5d7ba6a0
  1. 2
      {{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"

Loading…
Cancel
Save