From 0cd100be1d28035a09dc80846866f6da796f6e96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 14:18:05 +0000 Subject: [PATCH] Bump jinja2 from 2.9.5 to 2.11.3 in /install Bumps [jinja2](https://github.com/pallets/jinja) from 2.9.5 to 2.11.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/2.9.5...2.11.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- install/requirements-windows.txt | 2 +- install/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/requirements-windows.txt b/install/requirements-windows.txt index 9c08e128d..f5deb6986 100644 --- a/install/requirements-windows.txt +++ b/install/requirements-windows.txt @@ -2,7 +2,7 @@ click==6.7 Flask==0.12 future==0.16.0 itsdangerous==0.24 -Jinja2==2.9.5 +Jinja2==2.11.3 MarkupSafe==0.23 pefile==2016.3.28 PyInstaller==3.2.1 diff --git a/install/requirements.txt b/install/requirements.txt index a046504a4..93245db27 100644 --- a/install/requirements.txt +++ b/install/requirements.txt @@ -1,7 +1,7 @@ click==6.7 Flask==0.12 itsdangerous==0.24 -Jinja2==2.9.5 +Jinja2==2.11.3 MarkupSafe==0.23 PyInstaller==3.2.1 PyQt5==5.7.1