From 207512bb39deefca84c5b32bf39f7497697c05e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:47:16 +0000 Subject: [PATCH] Bump jinja2 from 2.9.6 to 2.11.3 in /rest/rest_api_project Bumps [jinja2](https://github.com/pallets/jinja) from 2.9.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.9.6...2.11.3) Signed-off-by: dependabot[bot] --- rest/rest_api_project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/rest_api_project/requirements.txt b/rest/rest_api_project/requirements.txt index 1d2caaf..2208268 100644 --- a/rest/rest_api_project/requirements.txt +++ b/rest/rest_api_project/requirements.txt @@ -9,7 +9,7 @@ flask-restplus==0.10.0 Flask-SQLAlchemy==2.1 idna==2.5 itsdangerous==0.24 -Jinja2==2.9.6 +Jinja2==2.11.3 jsonschema==2.6.0 MarkupSafe==1.0 nose2==0.6.5