From c87f10dbdd225deeb5e46a5d2455c2482243ce98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:45:46 +0000 Subject: [PATCH] build(deps): bump jinja2 in /meta-arm-bsp/documentation Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.1 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.1.1...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- meta-arm-bsp/documentation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm-bsp/documentation/requirements.txt b/meta-arm-bsp/documentation/requirements.txt index 6b4e3bb2..e4b65025 100644 --- a/meta-arm-bsp/documentation/requirements.txt +++ b/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.4 # Required to build the documentation sphinx~=5.0