From 79fb05ac6eda51cc8e7bf8978f030896c964566d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 19 Oct 2018 12:13:05 +0000 Subject: [PATCH] Bump itsdangerous from 0.24 to 1.0.0 in /{{cookiecutter.app_name}} Bumps [itsdangerous](https://github.com/pallets/itsdangerous) from 0.24 to 1.0.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/0.24...1.0.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 50a3bc3a..0ca3e1e 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 = "==0.24" +itsdangerous = "==1.0.0" click = ">=5.0" # Database