From 57ba9d8b4dae99de3108369b9580891176b4e4f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 23:23:18 +0000 Subject: [PATCH] Bump jinja2 from 3.1.3 to 3.1.4 in /met-cron 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.txt | 2 +- met-cron/requirements/prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/met-cron/requirements.txt b/met-cron/requirements.txt index cbef5cb80..7db3095a0 100644 --- a/met-cron/requirements.txt +++ b/met-cron/requirements.txt @@ -6,7 +6,7 @@ Flask-Moment==1.0.5 Flask-SQLAlchemy==3.0.5 Flask-Script==2.0.5 Flask==2.2.5 -Jinja2==3.1.3 +Jinja2==3.1.4 Mako==1.3.5 MarkupSafe==2.1.5 SQLAlchemy-Utils==0.41.2 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