From 381295257e6aab37607de0b2bad1794cc7e38007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 03:07:55 +0000 Subject: [PATCH] Update jinja2 requirement from ~=3.0 to ~=3.1 in /cli 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/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] --- cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index 9342f84a6b..440939ddd9 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -16,7 +16,7 @@ aws-cdk.core~=1.164 aws_cdk.aws-cloudwatch~=1.164 aws_cdk.aws-lambda~=1.164 boto3>=1.39.4 -jinja2~=3.0 +jinja2~=3.1 jmespath~=1.0 jsii==1.85.0 marshmallow~=3.10