From 6cc917c47da51ac66e7b358bae2be8ee574a03ac Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Wed, 29 Oct 2025 23:58:22 +0100 Subject: [PATCH] build(deps): bump cfn-lint from 1.40.2 to 1.40.3 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index 4c941930..7ccc2dc2 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -49,7 +49,7 @@ RUN pip install --no-cache-dir --upgrade pipx==1.8.0 # FIXME @TL remarshal requires python 3.10 RUN pipx ensurepath --global \ && pipx install --global \ - cfn-lint==1.40.2 \ + cfn-lint==1.40.3 \ cfn-policy-validator==0.0.36 \ checkov==3.2.487 \ yamlpath==3.8.2