From 7518bd7a8943e7c911c69b74e586b26de08d2ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:03:38 +0000 Subject: [PATCH] Bump jinja2 from 2.7.1 to 3.1.3 in /samples/mobile_backend Bumps [jinja2](https://github.com/pallets/jinja) from 2.7.1 to 3.1.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.7.1...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/mobile_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/mobile_backend/requirements.txt b/samples/mobile_backend/requirements.txt index 81ccb55b..91551cfe 100644 --- a/samples/mobile_backend/requirements.txt +++ b/samples/mobile_backend/requirements.txt @@ -1,5 +1,5 @@ Flask==0.10.1 -Jinja2==2.7.1 +Jinja2==3.1.3 MarkupSafe==0.18 Werkzeug==0.9.4 httplib2==0.8