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",