From 81c19df70cb25bab5c0de8706e055aec36b379e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 07:33:12 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.37.2 to 1.38.0 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.37.2 to 1.38.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.37.2...v1.38.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.38.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 0ad364df572..c9b6276cedb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1109,14 +1109,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.37.2" +version = "1.38.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.37.2-py3-none-any.whl", hash = "sha256:d30c3e4197bfce4e85ed8be489d885a941e2c6168a98159224ba3ec31a689792"}, - {file = "cfn_lint-1.37.2.tar.gz", hash = "sha256:f77fe7e3dd2555549afaa33352aed2429530c6cbff3dba48a43e8b4dad3c3afa"}, + {file = "cfn_lint-1.38.0-py3-none-any.whl", hash = "sha256:336753eb5259022f6581e26cece84ef729ef3d06ca1445d02ade9a966474d915"}, + {file = "cfn_lint-1.38.0.tar.gz", hash = "sha256:356275ec13a1f9cd20f87ef4ff7396a34aefad633f4783126d8f5507400b925d"}, ] [package.dependencies] @@ -4941,4 +4941,4 @@ valkey = ["valkey-glide"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "8b00e690af13a3ac6f598cc1afc3b621e89725006ad523b2bb09cb4973f480ac" +content-hash = "8789be4deb5f3e4cc1b2b0aed2319fedd1bbc98e648a40f4e64fef243779c328" diff --git a/pyproject.toml b/pyproject.toml index dc2b10dc7c2..035046b9a03 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.37.2" +cfn-lint = "1.38.0" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"