From 0305b4abb511b6829bc4ba89e141d5d6abf34498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 00:41:52 +0000 Subject: [PATCH] Bump jinja2 from 2.10 to 2.11.3 in /hemp 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] --- hemp/requirements.txt | 2 +- hemp/web/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hemp/requirements.txt b/hemp/requirements.txt index 32e8156..22f45ef 100644 --- a/hemp/requirements.txt +++ b/hemp/requirements.txt @@ -3,7 +3,7 @@ asn1crypto==0.24.0 bcrypt==3.1.6 cffi==1.12.2 cryptography==2.5 -Jinja2==2.10 +Jinja2==2.11.3 MarkupSafe==1.1.1 paramiko==2.4.2 pyasn1==0.4.5 diff --git a/hemp/web/requirements.txt b/hemp/web/requirements.txt index 688e6a3..720ef83 100644 --- a/hemp/web/requirements.txt +++ b/hemp/web/requirements.txt @@ -6,7 +6,7 @@ Flask==0.11.1 Flask-RESTful==0.3.6 idna==2.6 itsdangerous==0.24 -Jinja2==2.8 +Jinja2==2.11.3 MarkupSafe==0.23 python-dateutil==2.6.1 pytz==2015.4