From 80a08552b523531eebbe342e8bd090e7613f8105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 10:55:39 -0500 Subject: [PATCH] Build(deps): Bump jinja2 from 3.1.3 to 3.1.5 in /notifier (#2327) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.5. - [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.3...3.1.5) --- 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> --- notifier/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifier/requirements.txt b/notifier/requirements.txt index af97b501..a1cd0fdd 100644 --- a/notifier/requirements.txt +++ b/notifier/requirements.txt @@ -2,7 +2,7 @@ aiohttp==3.10.11 aiosmtplib==3.0.0 html2text==2020.1.16 humanize==4.8.0 -Jinja2==3.1.3 +Jinja2==3.1.5 pydantic==2.4.1 pytimeparse==1.1.8 redis==5.0.1