From 3441d10f7c4135a37e797032848de2f2e10972c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 21:36:57 +0000 Subject: [PATCH] Bump jinja2 from 2.11.2 to 2.11.3 in /web Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 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.11.2...2.11.3) Signed-off-by: dependabot[bot] --- web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/requirements.txt b/web/requirements.txt index 443b793..4e708a7 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -6,7 +6,7 @@ Flask-Login==0.5.0 Flask-WTF==0.14.3 gunicorn==20.0.4 itsdangerous==1.1.0 -Jinja2==2.11.2 +Jinja2==2.11.3 MarkupSafe==1.1.1 pymongo==3.10.1 six==1.14.0