From 181a234cbdcab0f854de243838ae1424f13e5314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <support@dependabot.com> Date: Mon, 8 Apr 2019 12:14:08 +0000 Subject: [PATCH] Bump jinja2 from 2.10 to 2.10.1 in /{{cookiecutter.app_name}} Bumps [jinja2](https://github.com/mitsuhiko/jinja2) from 2.10 to 2.10.1. - [Release notes](https://github.com/mitsuhiko/jinja2/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/docs/changelog.rst) - [Commits](https://github.com/mitsuhiko/jinja2/compare/2.10...2.10.1) Signed-off-by: dependabot[bot] <support@dependabot.com> --- {{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 88053ed5..82e0791b 100644 --- a/{{cookiecutter.app_name}}/Pipfile +++ b/{{cookiecutter.app_name}}/Pipfile @@ -8,7 +8,7 @@ name = "pypi" Flask = "==1.0.2" MarkupSafe = "==1.1.1" Werkzeug = "==0.14.1" -Jinja2 = "==2.10" +Jinja2 = "==2.10.1" itsdangerous = "==1.1.0" click = ">=5.0" -- GitLab