From 2b7902d7e7d299469f6c5d4a360c998b1d30a57a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:17:14 +0000 Subject: [PATCH] Bump jinja2 from 2.11.2 to 3.1.3 in /authn-service Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 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.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- authn-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authn-service/requirements.txt b/authn-service/requirements.txt index 96f4ca2..1ba2276 100644 --- a/authn-service/requirements.txt +++ b/authn-service/requirements.txt @@ -9,7 +9,7 @@ Flask-Cors==3.0.8 idna==2.10 django-two-factor-auth==1.12 itsdangerous==1.1.0 -Jinja2==2.11.2 +Jinja2==3.1.3 keyring==17.1.1 keyrings.alt==3.1.1 MarkupSafe==1.1.1