From ba6104d5364294a328241e9de5f5bf935ce76b1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:49:17 +0000 Subject: [PATCH] Bump jinja2 in /webapp/voting-webapp/application/results-exporter Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [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.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../voting-webapp/application/results-exporter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/voting-webapp/application/results-exporter/requirements.txt b/webapp/voting-webapp/application/results-exporter/requirements.txt index 824db25..47cf6e2 100644 --- a/webapp/voting-webapp/application/results-exporter/requirements.txt +++ b/webapp/voting-webapp/application/results-exporter/requirements.txt @@ -2,7 +2,7 @@ blinker==1.6.2 click==8.1.3 Flask==2.3.2 itsdangerous==2.1.2 -Jinja2==3.1.2 +Jinja2==3.1.3 MarkupSafe==2.1.2 psycopg2-binary==2.9.6 Werkzeug==2.3.3