From 51d101f2465f360b110bd1154f48bfecf8e3b797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 12:47:43 -0700 Subject: [PATCH] Bump jinja2 from 3.0.1 to 3.1.3 in /notify-api (#2354) Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.1 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.1...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- notify-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify-api/requirements.txt b/notify-api/requirements.txt index f1a4f666a..7dbcfc776 100644 --- a/notify-api/requirements.txt +++ b/notify-api/requirements.txt @@ -12,7 +12,7 @@ flask-restplus==0.13.0 Flask-SQLAlchemy==2.5.1 greenlet==1.1.0 itsdangerous==2.0.1 -Jinja2==3.0.1 +Jinja2==3.1.3 jsonschema==3.2.0 Mako==1.2.2 MarkupSafe==2.1.2