From 0c81c86fb7983959c869a8e6e4714851c916a728 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 08:32:23 +0000 Subject: [PATCH] Bump jinja2 from 3.0.3 to 3.1.4 in /election-api-python Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.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.0.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- election-api-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/election-api-python/requirements.txt b/election-api-python/requirements.txt index 0c8d93e..fa6faa5 100644 --- a/election-api-python/requirements.txt +++ b/election-api-python/requirements.txt @@ -1,6 +1,6 @@ click==8.0.4 Flask==2.0.3 itsdangerous==2.1.1 -Jinja2==3.0.3 +Jinja2==3.1.4 MarkupSafe==2.1.0 Werkzeug==2.0.3