From 2670fd9419e8cf40cc8533d28742614c92d37c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:28:09 +0000 Subject: [PATCH] build(deps): bump jinja2 in /meta-arm/meta-arm-bsp/documentation Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.1 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.1...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- meta-arm/meta-arm-bsp/documentation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/meta-arm-bsp/documentation/requirements.txt b/meta-arm/meta-arm-bsp/documentation/requirements.txt index 6b4e3bb22d..e8bd858520 100644 --- a/meta-arm/meta-arm-bsp/documentation/requirements.txt +++ b/meta-arm/meta-arm-bsp/documentation/requirements.txt @@ -3,7 +3,7 @@ # SPDX-License-Identifier: MIT # Read The Docs specific -jinja2==3.1.1 +jinja2==3.1.5 # Required to build the documentation sphinx~=5.0