From fdeacbf33c7659197aa80583f8ab828df5ac68df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:12:32 +0000 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.5 in /api Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [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.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 3356354..5c817a6 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -12,7 +12,7 @@ httpx==0.28.1 idna==3.10 iniconfig==2.0.0 itsdangerous==2.2.0 -Jinja2==3.1.4 +Jinja2==3.1.5 MarkupSafe==2.1.5 orjson==3.10.12 packaging==24.2