From 1d4e0165fe94c4c6a231972711cf029b314cd392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 04:16:29 +0000 Subject: [PATCH] Bump jinja2 in /ekiv/python-rest-api-docker-master/test_service Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.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.11.2...2.11.3) Signed-off-by: dependabot[bot] --- .../python-rest-api-docker-master/test_service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ekiv/python-rest-api-docker-master/test_service/requirements.txt b/ekiv/python-rest-api-docker-master/test_service/requirements.txt index 9791335..bbac1fe 100644 --- a/ekiv/python-rest-api-docker-master/test_service/requirements.txt +++ b/ekiv/python-rest-api-docker-master/test_service/requirements.txt @@ -7,7 +7,7 @@ Flask==1.1.2 Flask-RESTful==0.3.8 idna==2.9 itsdangerous==1.1.0 -Jinja2==2.11.2 +Jinja2==2.11.3 MarkupSafe==1.1.1 nose==1.3.7 pytz==2020.1