From 60fbdf9f4b20aa840a4dfece50bb920639fe2a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 18:47:57 +0000 Subject: [PATCH] build(deps): bump jinja2 from 3.1.5 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [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.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7932da6ff..da96edc411 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ unidecode == 1.3.8 # for converting strings to ascii coloredlogs == 15.0.1 # for colored logging PyYAML == 6.0.2 # for parsing/writing YAML oras == 0.1.30 # for OCI stuff in mapper-oci-update -Jinja2 == 3.1.5 # for templating +Jinja2 == 3.1.6 # for templating rich == 13.9.4 # for rich text formatting dtschema == 2025.2 # for checking dts files and dt bindings yamllint == 1.35.1 # for checking dts files and dt bindings