From d6b49019498be72afc15623bf015df7e6b9376a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 29 Oct 2018 12:15:31 +0000 Subject: [PATCH] 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] --- {{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 d5bdf39..fa124be 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{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