From a16293c0e0c5a662c9e8f711d96dc594c26ce929 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sat, 18 Oct 2025 10:04:18 +0200 Subject: [PATCH] build(deps): bump cfn-lint from 1.40.1 to 1.40.2 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index 6bea4eb4..ba07020a 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -49,7 +49,7 @@ RUN pip install --no-cache-dir --upgrade pipx==1.7.1 # FIXME @TL remarshal requires python 3.10 RUN pipx ensurepath --global \ && pipx install --global \ - cfn-lint==1.40.1 \ + cfn-lint==1.40.2 \ cfn-policy-validator==0.0.36 \ checkov==3.2.483 \ yamlpath==3.8.2