From 67d046e1209ee9855dcd36041e6b2357754209c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:32:36 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.0.0 to 3.1.3 in /samples/ecs Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.0 to 3.1.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/3.0.0...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/ecs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/ecs/requirements.txt b/samples/ecs/requirements.txt index b2d3d66..278bbf9 100644 --- a/samples/ecs/requirements.txt +++ b/samples/ecs/requirements.txt @@ -2,7 +2,7 @@ click==8.0.0 Flask==2.3.2 Flask-Cors==3.0.10 itsdangerous==2.0.0 -Jinja2==3.0.0 +Jinja2==3.1.3 MarkupSafe==2.0.0 six==1.16.0 Werkzeug==2.2.3