From 2246978099e4bdb44fbbf24a027b3f350a4796e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jul 2021 08:38:40 +0000 Subject: [PATCH] Bump jinja2 from 2.10 to 2.11.3 in /flask-bootstrap/larger-app 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/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.10...2.11.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flask-bootstrap/larger-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask-bootstrap/larger-app/requirements.txt b/flask-bootstrap/larger-app/requirements.txt index 6779718..288e41b 100644 --- a/flask-bootstrap/larger-app/requirements.txt +++ b/flask-bootstrap/larger-app/requirements.txt @@ -6,7 +6,7 @@ Flask-Migrate==2.1.1 Flask-Script==2.0.6 Flask-SQLAlchemy==2.3.2 itsdangerous==0.24 -Jinja2==2.10 +Jinja2==2.11.3 Mako==1.0.7 MarkupSafe==1.0 pluggy==0.6.0