Bump itsdangerous from 1.0.0 to 1.1.0 in /{{cookiecutter.app_name}}

Bumps [itsdangerous](https://github.com/pallets/itsdangerous) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/pallets/itsdangerous/releases)
- [Changelog](https://github.com/pallets/itsdangerous/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/itsdangerous/compare/1.0.0...1.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
master
dependabot[bot] 6 years ago committed by dependabot[bot]
parent 4627e99793
commit d6b4901949
  1. 2
      {{cookiecutter.app_name}}/Pipfile

@ -9,7 +9,7 @@ Flask = "==1.0.2"
MarkupSafe = "==1.0"
Werkzeug = "==0.14.1"
Jinja2 = "==2.10"
itsdangerous = "==1.0.0"
itsdangerous = "==1.1.0"
click = ">=5.0"
# Database

Loading…
Cancel
Save