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] <support@dependabot.com>
master
dependabot-preview[bot] 5 years ago committed by James Curtin
parent c2edb53eac
commit 34df2df9f0
  1. 2
      {{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

Loading…
Cancel
Save