From 0e9d38a02c954a0df79de42cc81f858d702f1307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 6 Nov 2018 13:16:24 +0000 Subject: [PATCH] Bump markupsafe from 1.0 to 1.1.0 in /{{cookiecutter.app_name}} Bumps [markupsafe](https://github.com/pallets/markupsafe) from 1.0 to 1.1.0. - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/1.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 b8d35c6..0165819 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] # Flask Flask = "==1.0.2" -MarkupSafe = "==1.0" +MarkupSafe = "==1.1.0" Werkzeug = "==0.14.1" Jinja2 = "==2.10" itsdangerous = "==1.1.0"