From b18856c8da03d3aef2ce233e33fd8e189830d38b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:05:49 +0000 Subject: [PATCH] build(deps): bump jinja2 from 2.6 to 2.11.3 in /test/data Bumps [jinja2](https://github.com/pallets/jinja) from 2.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.6...2.11.3) Signed-off-by: dependabot[bot] --- test/data/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/data/requirements_test.txt b/test/data/requirements_test.txt index 442c635..1b9d5e7 100644 --- a/test/data/requirements_test.txt +++ b/test/data/requirements_test.txt @@ -1,6 +1,6 @@ #comment Flask==0.9 -Jinja2==2.6 +Jinja2==2.11.3 rtmp2img>0.1.5 #another comment Werkzeug<=0.8.3