From 2194f4274447eb5b6014fc4560eef41fb063f7fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:11:19 +0000 Subject: [PATCH] Bump jinja2 from 3.1.3 to 3.1.4 in /app Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.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/3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 0aba8e0..4877932 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -15,7 +15,7 @@ PyYAML==6.0.1 PyICU==2.13 falcon==3.1.3 numpy==1.26.4 -Jinja2==3.1.3 +Jinja2==3.1.4 psutil==5.9.8 asyncpg==0.29.0 datrie==0.8.2