From 7f17189f8de6baf404059db1d040f9aed963df2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 20:49:49 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.29.1 to 1.30.0 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.29.1 to 1.30.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.29.1...v1.30.0) --- updated-dependencies: - dependency-name: cfn-lint 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 31a5b8eac10..a0fef416997 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1123,14 +1123,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.29.1" +version = "1.30.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.29.1-py3-none-any.whl", hash = "sha256:84053e389ed9dfe43c9eae844a760f3d11227de81b66cb0b1768d04bcfb0f37d"}, - {file = "cfn_lint-1.29.1.tar.gz", hash = "sha256:86bd345c806b2de4752d55fedba6fc5c698bdc27eacf807a10b08451ed07f1bd"}, + {file = "cfn_lint-1.30.0-py3-none-any.whl", hash = "sha256:d568262b4595c2b5db58985ba3cde8fe7cebe3288c4f56312c22220b4b4efac9"}, + {file = "cfn_lint-1.30.0.tar.gz", hash = "sha256:3ca7625e915941b38b44f3329f1d35e8c8a250a157a95e0f5b99c8ce8b17c1b8"}, ] [package.dependencies] @@ -4857,4 +4857,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "fb67898a0c3eaa324b3693dc5c79c6825932b277b9edb6c1197976e32dac3acd" +content-hash = "2957dc1cc58a58e4ce1d63194fde3302caf41bfc510d25d44fdb28321e02d799" diff --git a/pyproject.toml b/pyproject.toml index 86c3bdd8674..0c287b39622 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.29.1" +cfn-lint = "1.30.0" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"