From e8c3bdcef37284811748e3f0cd07e3c70ff3c151 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 04:11:41 +0000 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.6 in /infra/python/deps Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 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.4...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/python/deps/gcovr-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/python/deps/gcovr-requirements.txt b/infra/python/deps/gcovr-requirements.txt index 174be6d8ba..7c5d5dbfd9 100644 --- a/infra/python/deps/gcovr-requirements.txt +++ b/infra/python/deps/gcovr-requirements.txt @@ -18,7 +18,7 @@ # Requirements for gcovr, which are only needed for coverage runs gcovr == 7.2 - Jinja2 == 3.1.4 + Jinja2 == 3.1.6 flit-core == 3.9.0 lxml == 5.2.2 Cython == 3.0.10