From ee901c886b6dfec1cb9d866f61cc8ea590d1755b Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Fri, 7 Nov 2025 01:30:20 +0100 Subject: [PATCH] build(deps): bump cfn-lint from 1.40.3 to 1.40.4 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index fee2cbf5..7d20a546 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.3 \ + cfn-lint==1.40.4 \ cfn-policy-validator==0.0.36 \ checkov==3.2.489 \ yamlpath==3.8.2