From 56b524e1697b0d3f1e753c5f839de056d248a8a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 23:23:13 +0000 Subject: [PATCH] Bump jinja2 from 3.1.3 to 3.1.4 in /met-cron/requirements 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] --- met-cron/requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met-cron/requirements/prod.txt b/met-cron/requirements/prod.txt index e500cd47f..36a814116 100644 --- a/met-cron/requirements/prod.txt +++ b/met-cron/requirements/prod.txt @@ -24,5 +24,5 @@ secure python-dotenv requests itsdangerous==2.0.1 -Jinja2==3.1.3 +Jinja2==3.1.4 flask-cors==3.0.10