From 92cb37d8735a541a23dfc2c4eeef797da3401389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:08:23 +0000 Subject: [PATCH] Bump jinja2 from 2.8 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.8 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.8...2.11.3) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 756c2c1..d9054ff 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def read_md(fname): include_package_data=True, install_requires=[ - 'Jinja2==2.8', + 'Jinja2==2.11.3', 'requests==2.20.0', 'lxml==3.6.0' ],