From e0f4dde34ec632676337d1439f5675f60c07bc27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 17:25:04 +0000 Subject: [PATCH] Bump jinja2 from 3.0.0a1 to 3.1.4 in /projects/ansible/bugs/11 Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.0a1 to 3.1.4. - [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.0a1...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/ansible/bugs/11/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ansible/bugs/11/requirements.txt b/projects/ansible/bugs/11/requirements.txt index 3e6ed72f..7ab53d38 100644 --- a/projects/ansible/bugs/11/requirements.txt +++ b/projects/ansible/bugs/11/requirements.txt @@ -3,7 +3,7 @@ argcomplete==1.11.1 cffi==1.14.0 cryptography==2.9.2 importlib-metadata==1.6.0 -Jinja2==3.0.0a1 +Jinja2==3.1.4 MarkupSafe==2.0.0a1 mock==4.0.2 pycparser==2.20