From f4a2f5d28d2a226f22fd88962057888fb90a43f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 10:38:26 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.40.0 to 1.40.1 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.40.0 to 1.40.1. - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-cloudformation/cfn-lint/compare/v1.40.0...v1.40.1) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.40.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9ec956d9e1f..69db0fe1122 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1125,14 +1125,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.40.0" +version = "1.40.1" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "cfn_lint-1.40.0-py3-none-any.whl", hash = "sha256:24e8e1f0a41f0928548b5960c2b0ffa458e08802ddda7dc11b75b613b8903df6"}, - {file = "cfn_lint-1.40.0.tar.gz", hash = "sha256:ec3aedb928f04501c99742d8585251aeac073799823c60f2660f96acb9830987"}, + {file = "cfn_lint-1.40.1-py3-none-any.whl", hash = "sha256:61fcb9f5214db26e94d123105e8301a7892d3ab4afdc12ff8c6526550157c43d"}, + {file = "cfn_lint-1.40.1.tar.gz", hash = "sha256:4874f3f48b3775c6f450aa77b0091da8598e3ef9ba4c4f6fcbf9e64ce19b9c87"}, ] [package.dependencies] @@ -5017,4 +5017,4 @@ valkey = ["valkey-glide"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "7dcff7ab71a77580752ae92207e737f706ec9bbed4dbefbcaa1a45a2a5b773e1" +content-hash = "9c4efa5694ef1c82c530d951bcf67f4d8cd97fc8376f550e1b2f56f15a807e3b" diff --git a/pyproject.toml b/pyproject.toml index 54bbe63c201..f950cab0c9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ urllib3 = [ { version = ">=1.25.4,!=2.2.0,<3", python = ">=3.10" }, ] requests = ">=2.32.0" -cfn-lint = "1.40.0" +cfn-lint = "1.40.1" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"