From 1ad90409b3e98583076b44cfe07518d31332a165 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 21:18:54 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.35.0 to 1.35.1 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.35.0 to 1.35.1. - [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.35.0...v1.35.1) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.35.1 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 ec3119cab14..a31345c2091 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1075,14 +1075,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.35.0" +version = "1.35.1" 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.35.0-py3-none-any.whl", hash = "sha256:cac80684f22afb795cb8dd1b0247f1dc0efc9ff491d1bcb60f481aba6f995c95"}, - {file = "cfn_lint-1.35.0.tar.gz", hash = "sha256:110795daa7d34a93ca411b22406d2278a224a66702a4b32be3871cfd786af28f"}, + {file = "cfn_lint-1.35.1-py3-none-any.whl", hash = "sha256:2bf930d7b61fd4f2e7470ea503caa8628761c4ab75030944f7932e7508aaca63"}, + {file = "cfn_lint-1.35.1.tar.gz", hash = "sha256:0a564819088c95ba88c5dca23ba1fb3c6cdb86b2f6a40219f1abf2134c5b47d7"}, ] [package.dependencies] @@ -4885,4 +4885,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "ff1028bac86c6e6a9e6ed61b815fc1f6754ea214a3009337deced4c89d285d1c" +content-hash = "0168da0763239e3fc07fc0e7f90eb43d9bb4028c023335e011139baf3b342501" diff --git a/pyproject.toml b/pyproject.toml index 2a6d7fa7c46..aebd78fccea 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.35.0" +cfn-lint = "1.35.1" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"