From e64749858e8a744cd5b76e9bec86221b194d89af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 14:20:00 +0000 Subject: [PATCH] chore(deps): bump jinja2 from 3.1.1 to 3.1.2 in /tests/apps/python-flask Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.1...3.1.2) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tests/apps/python-flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/apps/python-flask/requirements.txt b/tests/apps/python-flask/requirements.txt index 81e534d13..5753b93a2 100644 --- a/tests/apps/python-flask/requirements.txt +++ b/tests/apps/python-flask/requirements.txt @@ -1,5 +1,5 @@ Flask==2.1.2 -Jinja2==3.1.1 +Jinja2==3.1.2 Werkzeug==2.1.2 gunicorn==20.1.0