From 7e9711e18cca851e3cf6cdde33bb7f7c0aa1f85b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:10:10 +0000 Subject: [PATCH] Bump jinja2 from 2.10 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.10 to 2.11.3. - [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.10...2.11.3) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8a695da6..9993ad75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ future==0.16.0 identify==1.0.13 idna==2.6 imagesize==1.0.0 -Jinja2==2.10 +Jinja2==2.11.3 kademlia==1.0 MarkupSafe==1.0 mccabe==0.6.1 diff --git a/setup.py b/setup.py index b40a7721..53ce205d 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ "identify==1.0.13", "idna==2.6", "imagesize==1.0.0", - "Jinja2==2.10", + "Jinja2==2.11.3", "kademlia==1.0", "MarkupSafe==1.0", "mccabe==0.6.1",