From 0cd81218f332ec90fa4f0645488fa15a73c5abb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:35:35 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.1.2 to 3.1.4 in /docker/test-auth Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 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/3.1.2...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docker/test-auth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/test-auth/requirements.txt b/docker/test-auth/requirements.txt index 00a42669d7..0a73968f16 100644 --- a/docker/test-auth/requirements.txt +++ b/docker/test-auth/requirements.txt @@ -12,7 +12,7 @@ flask==3.0.0 # via test-auth (pyproject.toml) itsdangerous==2.1.2 # via flask -jinja2==3.1.2 +jinja2==3.1.4 # via flask markupsafe==2.1.3 # via