From 3ca94a64ffcc0e3d5a9788df34b96c32df217871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:33:19 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.36.1 to 1.37.0 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.36.1 to 1.37.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.36.1...v1.37.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.37.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 eec84de3746..0b3cb682f0c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1108,14 +1108,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.36.1" +version = "1.37.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.36.1-py3-none-any.whl", hash = "sha256:1f5eae322cabc9b73a717b83bf3a73709e2193fbf7fd399339e016a0838de7a3"}, - {file = "cfn_lint-1.36.1.tar.gz", hash = "sha256:ccb85398fb1d8d8d87edafe207ab6a133c4ab9aefd3ff93591b6ad8c3ccab291"}, + {file = "cfn_lint-1.37.0-py3-none-any.whl", hash = "sha256:4f4477ea77eb3a6a21e0e308f27e26c2a27fd78640bf8b18b8ff8d89a34e808d"}, + {file = "cfn_lint-1.37.0.tar.gz", hash = "sha256:e041a168dbe985b4c3b98c5d850b464e321ed43c8f53a3bb676269c2684b01fe"}, ] [package.dependencies] @@ -4908,4 +4908,4 @@ valkey = ["valkey-glide"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "9d50ecb3e477f1e665ba41c785377c97817adea9075e199fd04637c7eb15de5b" +content-hash = "aa45be60810564d7631b51525f2da0617fa74d9fc6c2b82af749d3b889b4c16b" diff --git a/pyproject.toml b/pyproject.toml index afcdbae3e62..1e63df64f64 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.36.1" +cfn-lint = "1.37.0" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"