From cca16f89b1f537ffb732161a69b8ced715b3fe24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:45:59 +0000 Subject: [PATCH] Update jinja2 requirement in /sdks/python Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. - [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/2.7.1...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdks/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index c764298ebae3..459fbf06bb46 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -37,7 +37,7 @@ requires = [ # also update PyYaml bounds in sdks:python:generateExternalTransformsConfig 'pyyaml>=3.12,<7.0.0', # also update Jinja2 bounds in test-suites/xlang/build.gradle (look for xlangWrapperValidation task) - "jinja2>=2.7.1,<4.0.0", + "jinja2>=3.1.6,<4.0.0", 'yapf==0.43.0' ]