From 063e266f15d099915d33c46923f536e02df5b73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:33:05 +0000 Subject: [PATCH] Bump jinja2 from 2.7.2 to 2.11.3 in /demo Bumps [jinja2](https://github.com/pallets/jinja) from 2.7.2 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.7.2...2.11.3) Signed-off-by: dependabot[bot] --- demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/requirements.txt b/demo/requirements.txt index 46000e3..e1e5fbb 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -12,7 +12,7 @@ ipython==2.1.0 tornado==3.2.1 coverage==3.7.1 pyzmq==14.0.0 -Jinja2==2.7.2 +Jinja2==2.11.3 flake8==2.2.0 Sphinx==1.2.2 South==0.8.4