From 8180684d247ce77c1bcef89760bc906dbc441cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:44:59 +0000 Subject: [PATCH] Bump jinja2 from 2.10 to 2.11.3 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/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.10...2.11.3) Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 967cea2..664bea6 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -40,7 +40,7 @@ ipython-genutils==0.2.0 iscconf==1.0.1 iscpy==1.5 iso8601==0.1.12 -Jinja2==2.8 +Jinja2==2.11.3 jmespath==0.9.3 jsonpatch==1.23 jsonpointer==2.0 diff --git a/requirements.txt b/requirements.txt index c31d4ee..5b7c807 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ attrs==17.4.0 -jinja2==2.10 +jinja2==2.11.3 pexpect==4.3.1 pyserial==3.4 pytest==3.4.0