From 081676ed713867b6d6bb413dcfc98f30b2c5a9d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:04:09 +0000 Subject: [PATCH] Update jinja2 requirement from >=2.11.2 to >=3.1.6 Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. - [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.2...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index dc5047a..ae22b94 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ Flask-Compress>=1.5.0 future>=0.18.2 gunicorn>=20.0.4 itsdangerous>=1.1.0 -Jinja2>=2.11.2 +Jinja2>=3.1.6 #jsbeautifier>=1.14.0 MarkupSafe>=1.1.1 matplotlib>=3.2.2