From 9904aa3e5b03defbb3500f2435275b28f6ff92c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 09:44:56 +0000 Subject: [PATCH] Bump jinja2 from 2.7.3 to 2.10.1 in /will/requirements Bumps [jinja2](https://github.com/pallets/jinja) from 2.7.3 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.3...2.10.1) Signed-off-by: dependabot[bot] --- will/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/will/requirements/base.txt b/will/requirements/base.txt index 60754139..fe435b49 100644 --- a/will/requirements/base.txt +++ b/will/requirements/base.txt @@ -6,7 +6,7 @@ clint==0.5.1 dill==0.3.3 dnspython==1.15.0 fuzzywuzzy==0.15.1 -Jinja2==2.7.3 +Jinja2==2.10.1 Markdown==2.3.1 MarkupSafe==0.23 # Temporary fork of natural, until python 3 support is merged: https://github.com/tehmaze/natural/pull/13