From c4b07fd80a2366658505b92e74a95bb5a4191ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 08:22:57 +0100 Subject: [PATCH] =?utf8?q?=E2=AC=86=20Bump=20jinja2=20from=203.1.4=20to=20?= =?utf8?q?3.1.6=20(#1317)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index 2ed86fac..81f0d681 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -8,5 +8,5 @@ ruff ==0.9.6 fastapi >=0.103.2 httpx ==0.24.1 dirty-equals ==0.9.0 -jinja2 ==3.1.4 +jinja2 ==3.1.6 typing-extensions ==4.12.2 -- 2.47.2