From 95956b2ca7f9aecc5fe557876a0987f745f7ce21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:29:14 +0000 Subject: Bump jinja2 from 2.10.3 to 2.11.3 Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 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.10.3...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 e8608f4..d2bf0a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ argh==0.26.2 click==6.7 coloredlogs==10.0 humanfriendly==4.15.1 -Jinja2==2.10.3 +Jinja2==2.11.3 MarkupSafe==1.0 path.py==11.0.1 pathtools==0.1.2 diff --git a/setup.py b/setup.py index 0a17df9..da3e335 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( install_requires=[ 'click==6.7', 'antlr4-python3-runtime==4.7.1', - 'jinja2==2.10.3', + 'jinja2==2.11.3', 'path.py==11.0.1', 'pyyaml==5.1', 'typing==3.6.4', -- cgit v1.2.1