From 3f15324a2a19377c2897e4facfd83cabde34927f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 20:45:49 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.34.2 to 1.35.0 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.34.2 to 1.35.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.34.2...v1.35.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.35.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 08b385185a4..5ff61494dab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1075,14 +1075,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.34.2" +version = "1.35.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.34.2-py3-none-any.whl", hash = "sha256:b529e1f756455a7d45f3dd0584d035a8fb30cf30b8a95a492d11a2834e682673"}, - {file = "cfn_lint-1.34.2.tar.gz", hash = "sha256:d340a6f816676489fac6f2fae3609e266c48d031abed04b978b07db7adf05f75"}, + {file = "cfn_lint-1.35.0-py3-none-any.whl", hash = "sha256:cac80684f22afb795cb8dd1b0247f1dc0efc9ff491d1bcb60f481aba6f995c95"}, + {file = "cfn_lint-1.35.0.tar.gz", hash = "sha256:110795daa7d34a93ca411b22406d2278a224a66702a4b32be3871cfd786af28f"}, ] [package.dependencies] @@ -4894,4 +4894,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "4a31c767ac4cc83bd4f7df40de4839da689f4230e7151d2b8e837cf6abd9f7e5" +content-hash = "ff1028bac86c6e6a9e6ed61b815fc1f6754ea214a3009337deced4c89d285d1c" diff --git a/pyproject.toml b/pyproject.toml index 77329a031b6..e5b6012fb6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ hvac = "^2.3.0" aws-requests-auth = "^0.4.3" urllib3 = "<2" requests = ">=2.32.0" -cfn-lint = "1.34.2" +cfn-lint = "1.35.0" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"