From 99391ee1433b8b4b31ad9c1983c8da8f1b3574e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 10:14:17 +0000 Subject: [PATCH] chore(deps): bump jinja2 from 2.11.2 to 2.11.3 in /smoke-tests/client 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/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- smoke-tests/client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoke-tests/client/requirements.txt b/smoke-tests/client/requirements.txt index ea971e29..a0d3f5d8 100644 --- a/smoke-tests/client/requirements.txt +++ b/smoke-tests/client/requirements.txt @@ -6,7 +6,7 @@ Flask==1.1.2 functions-framework==2.2.1 gunicorn==20.0.4 itsdangerous==1.1.0 -Jinja2==2.11.2 +Jinja2==2.11.3 MarkupSafe==1.1.1 pathtools==0.1.2 watchdog==1.0.2