From 5c0a7c4a350bc699e95dd43e80a8e96c57a8690f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jun 2022 12:20:01 +0000 Subject: [PATCH] Bump jinja2 from 2.11.2 to 2.11.3 in /creative/app 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/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- creative/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creative/app/requirements.txt b/creative/app/requirements.txt index 465a009..76e306c 100644 --- a/creative/app/requirements.txt +++ b/creative/app/requirements.txt @@ -11,7 +11,7 @@ pytest==6.2.3 mock-firestore==0.10.0 Flask-BasicAuth==0.2.0 itsdangerous==2.0.1 -Jinja2==2.11.2 +Jinja2==2.11.3 MarkupSafe==1.1.1 werkzeug==2.0.3 protobuf==3.20.*