From 450f0515aea3f182c6848b54453282f86b91e991 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Apr 2021 23:47:46 +0000 Subject: [PATCH] Bump jinja2 from 2.10.3 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 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.3...2.11.3) Signed-off-by: dependabot[bot] --- back/requirements.txt | 2 +- fullstack_flask/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/back/requirements.txt b/back/requirements.txt index 336574a..0b4ac20 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -10,7 +10,7 @@ Flask-RESTful==0.3.8 flask-restplus==0.13.0 Flask-SQLAlchemy==2.4.1 itsdangerous==1.1.0 -Jinja2==2.10.3 +Jinja2==2.11.3 jsonschema==3.2.0 MarkupSafe==1.1.1 marshmallow==3.11.1 diff --git a/fullstack_flask/requirements.txt b/fullstack_flask/requirements.txt index b4b9df5..dbf17f2 100644 --- a/fullstack_flask/requirements.txt +++ b/fullstack_flask/requirements.txt @@ -10,7 +10,7 @@ Flask-Mail==0.9.1 Flask-SQLAlchemy==2.3.2 Flask-WTF==0.14.2 itsdangerous==0.24 -Jinja2==2.10 +Jinja2==2.11.3 MarkupSafe==1.0 Pillow==5.3.0 pycparser==2.18