From 3a875491b83bc3d5f0663a23f6bee0444356edc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 10:31:27 +0000 Subject: [PATCH] Bump jinja2 from 2.11.3 to 3.1.4 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.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/2.11.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0c3cfd..8d9cdac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ Flask-Migrate==2.5.3 Flask-SQLAlchemy==2.4.1 gunicorn==20.1.0 itsdangerous==1.1.0 -Jinja2==2.11.3 +Jinja2==3.1.4 Mako==1.2.2 MarkupSafe==1.1.1 PyMySQL==0.9.3