From 266ddac1a08ea68c959423086206aad368414820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 20:26:49 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.32.1 to 1.32.3 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.32.1 to 1.32.3. - [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.1...v1.32.3) --- updated-dependencies: - dependency-name: cfn-lint 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 546ef69fa1d..36f82fbe044 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1122,14 +1122,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.32.1" +version = "1.32.3" 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.1-py3-none-any.whl", hash = "sha256:a8ea63ac8daa69a66a54a796998362fd063d9ba1e9c1fc3c932213b0c027669c"}, - {file = "cfn_lint-1.32.1.tar.gz", hash = "sha256:10282c0ec7fc6391da4877d9381a6b954f3c54ddcc0d3c97ee86f4783b5ae680"}, + {file = "cfn_lint-1.32.3-py3-none-any.whl", hash = "sha256:94ec87e9186dc2cd7d718eb14b4330cbc77889753310fa35600d8c94470bf8d5"}, + {file = "cfn_lint-1.32.3.tar.gz", hash = "sha256:a5723e7c7ef537d70b098d43f42f9670ea9856cb21d1699efd7fd9e3aaab26c1"}, ] [package.dependencies] @@ -4935,4 +4935,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "4eb0bd5fbaa1d7a023151e07f520ebbe2a99675fb2225d6ab9f58e2672548617" +content-hash = "ed6f0c543641ec805d1d36bedea3cd88eaa373464c6a2e89a0a1d55f53675ace" diff --git a/pyproject.toml b/pyproject.toml index b9c857d1ce2..683a3212873 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.1" +cfn-lint = "1.32.3" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"