From 27a1c66daad60fb8f84beacdcb68c1bd9b0c3115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 20:11:21 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.41.0 to 1.42.0 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.41.0 to 1.42.0. - [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.41.0...v1.42.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.42.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 516a599ab0d..21474920b32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1135,14 +1135,14 @@ pycparser = {version = "*", markers = "implementation_name != \"PyPy\""} [[package]] name = "cfn-lint" -version = "1.41.0" +version = "1.42.0" 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.41.0-py3-none-any.whl", hash = "sha256:cd43f76f59a664b2bad580840827849fac0d56a3b80e9a41315d8ab5ff6b563a"}, - {file = "cfn_lint-1.41.0.tar.gz", hash = "sha256:6feca1cf57f9ed2833bab68d9b1d38c8033611e571fa792e45ab4a39e2b8ab57"}, + {file = "cfn_lint-1.42.0-py3-none-any.whl", hash = "sha256:431523d3bc32f2db411451b8010ccaf770556bebfe44d6df75c1a17ecf957496"}, + {file = "cfn_lint-1.42.0.tar.gz", hash = "sha256:0bd373d34451e396c14a95be03fe4bcba8d2c00b2a4c61697a04deaa79ab67ed"}, ] [package.dependencies] @@ -5671,4 +5671,4 @@ valkey = ["valkey-glide"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "b5e01b202539e426834b9a56963d9ba11694bf8d249a6db3e3f0cf7f4533c6ab" +content-hash = "066daad2d2af1d3c99821cca3c2e8ff135bf8b47ccc0e3955ded5f1119621454" diff --git a/pyproject.toml b/pyproject.toml index 7ade07dbb1b..8d4d135d2f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ urllib3 = [ { version = ">=1.25.4,!=2.2.0,<3", python = ">=3.10" }, ] requests = ">=2.32.0" -cfn-lint = "1.41.0" +cfn-lint = "1.42.0" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"