From c4bffd4c7b0932a716ca0a23fe909c225bac069e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Nov 2020 07:16:18 +0000 Subject: [PATCH] Bump jinja2 from 2.10 to 2.10.1 in /encrypt/app Bumps [jinja2](https://github.com/pallets/jinja) from 2.10 to 2.10.1. - [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.10.1) Signed-off-by: dependabot[bot] --- encrypt/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encrypt/app/requirements.txt b/encrypt/app/requirements.txt index 9dd5fac..3127389 100644 --- a/encrypt/app/requirements.txt +++ b/encrypt/app/requirements.txt @@ -1,6 +1,6 @@ Click==7.0 Flask==1.0.2 itsdangerous==1.1.0 -Jinja2==2.10 +Jinja2==2.10.1 MarkupSafe==1.1.1 Werkzeug==0.14.1