From 7bf68e5bea088f1d8a73a5377694517b386a4abe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:29:04 +0000 Subject: [PATCH] Bump jinja2 from 2.11.3 to 3.1.3 in /examples Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 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/2.11.3...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 examples/requirements.txt diff --git a/examples/requirements.txt b/examples/requirements.txt old mode 100755 new mode 100644 index 805ff97..0576224 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -14,7 +14,7 @@ flask-swagger-ui==3.20.9 Flask-Testing==0.7.1 inflect==2.1.0 itsdangerous==1.1.0 -Jinja2==2.11.3 +Jinja2==3.1.3 jsonschema==3.0.1 MarkupSafe==1.1.1 marshmallow==3.7.1