From 7b934bd4eb05ecf48e2b1166a3a2a3c071593774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:00:09 +0000 Subject: [PATCH] Bump jinja2 from 2.11.3 to 3.1.4 in /api Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.4. - [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.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 api/requirements.txt diff --git a/api/requirements.txt b/api/requirements.txt old mode 100755 new mode 100644 index eb4025975..60d17800f --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,6 @@ # Moved to the top of the requirements as another package uses the latest Werkzeug. Werkzeug==0.16.1 is required for flask-restx until later release flask-restx 0.2.0. flask-restx==0.5.1 -jinja2==2.11.3 +jinja2==3.1.4 greenlet==1.1.2 # SQLAlchemy needs to point to version 1.3.12 because there is a bug with # with inviting Citizens expected to be fixed with Release 1.3.14