From 6303144ea9570969c11f3bbf81607860e8b8db0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Dec 2020 16:30:44 +0000 Subject: [PATCH] Bump jinja2 from 2.7.2 to 2.10.1 Bumps [jinja2](https://github.com/pallets/jinja) from 2.7.2 to 2.10.1. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.7.2...2.10.1) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e333a391..9ef2651f 100644 --- a/setup.py +++ b/setup.py @@ -119,7 +119,7 @@ "aniso8601==1.2.0", "Flask==0.12.2", "Flask-RESTful==0.3.4", - "Jinja2==2.7.2", + "Jinja2==2.10.1", "MarkupSafe==0.23", "SQLAlchemy==1.1.11", "Werkzeug==0.12.2",