From 240ec4ec1391df8cd3624d9d4f7408d80f144f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:27:41 +0000 Subject: [PATCH] Bump jinja2 from 2.11.3 to 3.1.3 in /auth-api Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 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.11.3...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- auth-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-api/requirements.txt b/auth-api/requirements.txt index 7d285a97b9..c30683f2c0 100644 --- a/auth-api/requirements.txt +++ b/auth-api/requirements.txt @@ -6,7 +6,7 @@ Flask-Moment==1.0.5 Flask-SQLAlchemy==2.5.1 Flask-Script==2.0.6 Flask==1.1.4 -Jinja2==2.11.3 +Jinja2==3.1.3 Mako==1.2.4 MarkupSafe==2.0.1 SQLAlchemy-Continuum==1.3.14