From cf8627acb9dd8ed7c0a00189d42fb05b1d05a022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:09:47 +0000 Subject: [PATCH] Bump jinja2 in /Python Mega Course/FlaskWebsite/website Bumps [jinja2](https://github.com/pallets/jinja) from 2.9 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.9...2.11.3) Signed-off-by: dependabot[bot] --- Python Mega Course/FlaskWebsite/website/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Python Mega Course/FlaskWebsite/website/requirements.txt diff --git a/Python Mega Course/FlaskWebsite/website/requirements.txt b/Python Mega Course/FlaskWebsite/website/requirements.txt old mode 100755 new mode 100644 index 3461d1f..beb14f4 --- a/Python Mega Course/FlaskWebsite/website/requirements.txt +++ b/Python Mega Course/FlaskWebsite/website/requirements.txt @@ -1,6 +1,6 @@ Flask==0.10.1 gunicorn==19.6.0 itsdangerous==0.24 -Jinja2==2.9 +Jinja2==2.11.3 MarkupSafe==0.23 Werkzeug==0.11.10