From bfebccf7ab3c35bdfc069e05908ba49401ac5201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 05:08:49 +0000 Subject: [PATCH] build(deps): bump jinja2 from 2.11.2 to 2.11.3 in /examples/multi-apps Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 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.11.2...2.11.3) Signed-off-by: dependabot[bot] --- examples/multi-apps/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multi-apps/requirements.txt b/examples/multi-apps/requirements.txt index 2e403ad..06a2f67 100644 --- a/examples/multi-apps/requirements.txt +++ b/examples/multi-apps/requirements.txt @@ -5,7 +5,7 @@ Flask-JWT-Extended==3.24.1 Flask-RESTful==0.3.8 Flask-SQLAlchemy==2.4.4 itsdangerous==1.1.0 -Jinja2==2.11.2 +Jinja2==2.11.3 MarkupSafe==1.1.1 PyJWT==1.7.1 pytz==2020.1