From 3cabb2f55465a54635891da769f5fa2ffb0ab315 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 09:28:59 +0000 Subject: [PATCH] Bump jinja2 in /content/response_integrations/power_ups/template_engine Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [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.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../power_ups/template_engine/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/response_integrations/power_ups/template_engine/pyproject.toml b/content/response_integrations/power_ups/template_engine/pyproject.toml index bd0f08059..cf60df4b8 100644 --- a/content/response_integrations/power_ups/template_engine/pyproject.toml +++ b/content/response_integrations/power_ups/template_engine/pyproject.toml @@ -4,7 +4,7 @@ version = "19.0" description = "Template Engine integration provides the ability to render templates using Jinja2. Jinja2 provide fast and flexible ways to create rich templates. These templates can be used in entity insights, emails, ticketing systems, or any action that can take in a text string.\nJinja2 documentation can be found at https://jinja.palletsprojects.com/en/2.11.x/ " requires-python = ">=3.11,<3.12" dependencies = [ - "jinja2==3.1.5", + "jinja2==3.1.6", "json2html", "json2table==1.1.5", "python-dateutil>=2.9.0.post0",