From a1075839b5c0c95e1c1d6664c41fd0d608990cfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:27:58 +0000 Subject: [PATCH] chore(deps): update dependency jinja2 from 3.1.4 to 3.1.5 [security] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 5ed2cfb..47ee563 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -7,7 +7,7 @@ regex==2024.11.6 # https://github.com/awslabs/aws-lambda-powertools-python/releases/tag/v1.31.0 aws-lambda-powertools==2.43.1 jsonslicer==0.1.8 -Jinja2==3.1.4 +Jinja2==3.1.5 # botocore does not yet suport urllib3 in version 2.0.0 or higher. # Check this ticket for more information: https://github.com/boto/botocore/issues/2926 urllib3<2 \ No newline at end of file