From 812e44c888394f822e15eec583eeb771463bb7fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:30:12 +0000 Subject: [PATCH] chore(deps): bump jinja2 from 3.1.3 to 3.1.4 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d16cfab..1983aab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ bottle==0.12.25 certifi==2024.6.2; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' idna==3.8; python_version >= '3.5' -jinja2==3.1.3; python_version >= '3.7' +jinja2==3.1.4; python_version >= '3.7' markupsafe==2.1.5; python_version >= '3.7' redis==5.0.6; python_version >= '3.7' requests==2.32.3; python_version >= '3.8'