From 0c55e26c8ecf79ac37c9731b7d56eb93f346e7bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 25 Feb 2019 13:14:35 +0000 Subject: [PATCH] Bump markupsafe from 1.1.0 to 1.1.1 in /{{cookiecutter.app_name}} Bumps [markupsafe](https://github.com/pallets/markupsafe) from 1.1.0 to 1.1.1. - [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.1.0...1.1.1) 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 954298f..4c82e88 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.1.0" +MarkupSafe = "==1.1.1" Werkzeug = "==0.14.1" Jinja2 = "==2.10" itsdangerous = "==1.1.0"