From b21ddcce9d1d790751aa79b9fb021efd4f08a5df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:03:03 +0000 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.5 Bumps [jinja2](https://github.com/pallets/jinja) 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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e6b246e..81ebb954 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ cached-property==2.0.1 click==8.1.7 click_option_group==0.5.6 # Templating - required for exclusions YAML files and inserting content to HTML report -jinja2==3.1.4 +jinja2==3.1.5 pyyaml==6.0.2 # We render Markdown glossary files as HTML in the Cloudsplaining report markdown==3.7