From 78633bceb8608d8d03426f336a7080e85e6ab570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:29:11 +0000 Subject: [PATCH] Bump jinja2 from 2.9.6 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.9.6 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.9.6...2.11.3) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9e3b705..9957cb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Jinja2==2.9.6 +Jinja2==2.11.3 future==0.16.0 \ No newline at end of file diff --git a/setup.py b/setup.py index ffffef8..baf5555 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=['Jinja2==2.9.6', 'future==0.16.0'], + install_requires=['Jinja2==2.11.3', 'future==0.16.0'], # To provide executable scripts, use entry points in preference to the # "scripts" keyword. Entry points provide cross-platform support and allow