From be449fdab1f220c98574167cc5abb6e1800f2387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:54:51 +0000 Subject: [PATCH] Bump jinja2 from 2.10 to 2.11.3 in /web300-6 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] --- web300-6/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 web300-6/requirements.txt diff --git a/web300-6/requirements.txt b/web300-6/requirements.txt old mode 100755 new mode 100644 index 9cdfa68..bdaf264 --- a/web300-6/requirements.txt +++ b/web300-6/requirements.txt @@ -1,5 +1,5 @@ Flask-SQLAlchemy==2.3.2 -Jinja2==2.10 +Jinja2==2.11.3 pycrypto==2.6.1 six==1.11.0 SQLAlchemy==1.2.10