From 1277b31f04fefd51929c1769d66d8e57cff3c8c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 07:23:18 -0800 Subject: [PATCH] build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /deploy in the pip group (#303) Bumps the pip group in /deploy with 1 update: [jinja2](https://github.com/pallets/jinja). Updates `jinja2` from 3.1.4 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.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- deploy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/requirements.txt b/deploy/requirements.txt index 2b813889..af389d23 100644 --- a/deploy/requirements.txt +++ b/deploy/requirements.txt @@ -1,7 +1,7 @@ ansible==8.5.0 cffi==1.15.0 cryptography==43.0.1 -Jinja2==3.1.4 +Jinja2==3.1.5 MarkupSafe==2.1.1 packaging==21.3 pycparser==2.21