From 5e2793fed1eae6922050e552240fdff0c473bbc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:18:03 +0000 Subject: [PATCH] Bump jinja2 from 2.9.4 to 2.11.3 in /example/mongodb Bumps [jinja2](https://github.com/pallets/jinja) from 2.9.4 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.4...2.11.3) Signed-off-by: dependabot[bot] --- example/mongodb/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/mongodb/requirements.txt b/example/mongodb/requirements.txt index 150090d..b07a80f 100644 --- a/example/mongodb/requirements.txt +++ b/example/mongodb/requirements.txt @@ -16,7 +16,7 @@ Flask-WTF==0.14.2 google-api-python-client==1.6.1 httplib2==0.9.2 itsdangerous==0.24 -Jinja2==2.9.4 +Jinja2==2.11.3 MarkupSafe==0.23 mongoengine==0.11.0 oauth2==1.9.0.post1