From 00a3a1413ab10f702d7f6dcbeaaf48271b199d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:08:16 +0000 Subject: [PATCH] build(deps): bump jinja2 from 2.10 to 2.11.3 in /backend 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] --- backend/requirements.txt | 2 +- backend/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8a695da..9993ad7 100644 --- a/backend/requirements.txt +++ b/backend/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/backend/setup.py b/backend/setup.py index b40a772..53ce205 100644 --- a/backend/setup.py +++ b/backend/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",