From 1a4a11f956de1574df1c869add399a434ae43752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 22:15:02 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.32.3 to 1.32.4 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.32.3 to 1.32.4. - [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.32.3...v1.32.4) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.32.4 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 1f6323cb04f..75b957c464c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1122,14 +1122,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.32.3" +version = "1.32.4" 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.32.3-py3-none-any.whl", hash = "sha256:94ec87e9186dc2cd7d718eb14b4330cbc77889753310fa35600d8c94470bf8d5"}, - {file = "cfn_lint-1.32.3.tar.gz", hash = "sha256:a5723e7c7ef537d70b098d43f42f9670ea9856cb21d1699efd7fd9e3aaab26c1"}, + {file = "cfn_lint-1.32.4-py3-none-any.whl", hash = "sha256:c3b51ba752b6d715c077e559a8daa7fc9fc62e3ab2d7bc24191fee01c06dcab0"}, + {file = "cfn_lint-1.32.4.tar.gz", hash = "sha256:697099a7952e025646024ca09c92777d2200ff1f8b31303f947df3b057ede2b4"}, ] [package.dependencies] @@ -4935,4 +4935,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "be318254531b7f297fdadd0a15a82418da8a0dfc1128e70c1ddfb1609982c286" +content-hash = "2db246a372cfc31ab115efd3c19cd86e894ec65ec167bbc1c6bea4d3d95816c3" diff --git a/pyproject.toml b/pyproject.toml index abedf52363e..fa52cb6a773 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ hvac = "^2.3.0" aws-requests-auth = "^0.4.3" urllib3 = "<2" requests = ">=2.32.0" -cfn-lint = "1.32.3" +cfn-lint = "1.32.4" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"