From 9c9ae899b9deaa45995f7e0ff9a92b1c6b984aa9 Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Sun, 12 Oct 2025 22:30:12 +0200 Subject: [PATCH] build(deps): bump cfn-lint from 1.40.0 to 1.40.1 --- aws-cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws-cli/Dockerfile b/aws-cli/Dockerfile index bb6c7fc8..cbcc74a5 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.0 \ + cfn-lint==1.40.1 \ cfn-policy-validator==0.0.36 \ checkov==3.2.477 \ yamlpath==3.8.2