From 7ea7aeed7a82c8b1557b3a3f3ebeb39bb2d31e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 20:22:56 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.34.0 to 1.34.1 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.34.0 to 1.34.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.34.0...v1.34.1) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.34.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 70901d39fd6..013bf9bde63 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1075,14 +1075,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.34.0" +version = "1.34.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.34.0-py3-none-any.whl", hash = "sha256:b7a42e5283ec775f9cbbb3d12124306a4c9312ef1da3630d0b8e5e5388d32f01"}, - {file = "cfn_lint-1.34.0.tar.gz", hash = "sha256:c3f63ac641c005ee5c199c5cedc5b921b716af315096f3a74f2c80e002627a2c"}, + {file = "cfn_lint-1.34.1-py3-none-any.whl", hash = "sha256:2c21a908fa5d9b0c1caac2081c10261eaae7fce88364e4edc607717892f36d68"}, + {file = "cfn_lint-1.34.1.tar.gz", hash = "sha256:58f4352c370a710b72b389eda0acd6762e62f926e534d2eb1609d5326ded4bed"}, ] [package.dependencies] @@ -4891,4 +4891,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "21598e3b59bfb05d78a42e08297835805af17060a38ef69ca68fb1b107791086" +content-hash = "df6834296cbd5f59576dfc96c953124a9ec4d14b94bbeb5182b6a889ad1d92eb" diff --git a/pyproject.toml b/pyproject.toml index f1ca1696d4e..7f87088f8f7 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.0" +cfn-lint = "1.34.1" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"