From 6a899752225677e3dba428b903716750e6a3f6fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 05:40:00 +0000 Subject: [PATCH] Bump jinja2 from 2.10 to 2.11.3 in /sort_table Bumps [jinja2](https://github.com/pallets/jinja) from 2.10 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.10...2.11.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sort_table/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sort_table/requirements.txt b/sort_table/requirements.txt index 34ffbb7b..4c9efcb7 100644 --- a/sort_table/requirements.txt +++ b/sort_table/requirements.txt @@ -1,6 +1,6 @@ click==6.7 Flask==1.0.2 itsdangerous==0.24 -Jinja2==2.10 +Jinja2==2.11.3 MarkupSafe==1.0 Werkzeug==0.14.1