From 16b187e86522477a5b76e48dba08875bc2c524f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 17:39:48 +0000 Subject: [PATCH] deps(deps): update jinja2 requirement in /tools/python Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.0.0...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/requirements.txt b/tools/python/requirements.txt index d45ef29..82e8012 100644 --- a/tools/python/requirements.txt +++ b/tools/python/requirements.txt @@ -2,6 +2,6 @@ PyYAML>=6.0 jsonschema>=4.0 requests>=2.25 tabulate>=0.9 -jinja2>=3.0 +jinja2>=3.1.6 pytest>=7.0 pytest-cov>=4.0 \ No newline at end of file