From 294ef826419732ef2f90e87552e9802c73cb5d02 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sat, 4 Oct 2025 09:23:33 +0200 Subject: [PATCH] build(deps): bump cfn-lint from 1.39.1 to 1.40.0 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index 3f9d3c47..387f9f50 100644 --- a/aws-cli/Dockerfile +++ b/aws-cli/Dockerfile @@ -48,7 +48,7 @@ RUN pip install --no-cache-dir --upgrade pipx==1.7.1 RUN pipx ensurepath --global \ && pipx install --global \ - cfn-lint==1.39.1 \ + cfn-lint==1.40.0 \ cfn-policy-validator==0.0.36 \ checkov==3.2.472 \ # FIXME @TL requires python 3.10: remarshal==1.2.0 \