Bump werkzeug from 0.15.6 to 0.16.0 in /{{cookiecutter.app_name}}

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.6 to 0.16.0.
- [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.6...0.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
master
dependabot-preview[bot] 5 years ago committed by James Curtin
parent 80801fea56
commit 58fe054d14
  1. 2
      {{cookiecutter.app_name}}/Pipfile

@ -6,7 +6,7 @@ name = "pypi"
[packages]
# Flask
Flask = "==1.1.1"
Werkzeug = "==0.15.6"
Werkzeug = "==0.16.0"
click = ">=5.0"
# Database

Loading…
Cancel
Save