From 890f3da00a27d78582b4b65667bdb5e734dbec48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:14:55 +0000 Subject: [PATCH] Bump jinja2 from 2.10 to 2.11.3 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] --- docket/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docket/requirements.txt b/docket/requirements.txt index ae48772..2e60e74 100644 --- a/docket/requirements.txt +++ b/docket/requirements.txt @@ -15,7 +15,7 @@ Flask-RESTful==0.3.6 idna==2.5 ipaddress==1.0.18 itsdangerous==0.24 -Jinja2==2.9.6 +Jinja2==2.11.3 kombu==4.0.2 MarkupSafe==1.0 packaging==16.8 diff --git a/requirements.txt b/requirements.txt index 93497c7..af0872c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ celery==4.1.0 click==6.7 Flask==0.12.2 itsdangerous==0.24 -Jinja2==2.10 +Jinja2==2.11.3 kombu==4.1.0 MarkupSafe==1.0 pytz==2017.3