From faa3899339997c467613aa53073c461640bacb97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 17:14:11 +0000 Subject: [PATCH] Bump jinja2 from 3.0 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 3.0 to 3.1.6. - [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.0.0...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 86538c3..85adccb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ simplejson==3.17.2 python-dotenv==0.15.0 requests==2.25.1 docopt==0.6.2 -Jinja2==3.0 +Jinja2==3.1.6 MarkupSafe==2.0.0 werkzeug==2.0.3 \ No newline at end of file