From 6f5e9ca059e2696ded5dab207626bb47a0fc55b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:29:21 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.33.0 to 1.33.1 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.33.0 to 1.33.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.33.0...v1.33.1) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.33.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 ef25bc8d58a..a4886335cb0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1122,14 +1122,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.33.0" +version = "1.33.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.33.0-py3-none-any.whl", hash = "sha256:925d1efa34e6a5875a7b97fce2f7f98f2e4837c26e7297cd7c693e1d6df1c7b4"}, - {file = "cfn_lint-1.33.0.tar.gz", hash = "sha256:c6728f57a35783671f1fb628fd4e8542f4a0b7511430ab5c83f3e68216dff475"}, + {file = "cfn_lint-1.33.1-py3-none-any.whl", hash = "sha256:f72aced85b44f8b5d098a1844444276bec5297767bef65afcfee26e14d915dfa"}, + {file = "cfn_lint-1.33.1.tar.gz", hash = "sha256:2d8c3144055367c10784fe8a2ac2b88a06d89bede4c040fba41578f1e05cb1e6"}, ] [package.dependencies] @@ -4935,4 +4935,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "817a9f52abde5051846e15acc33575447779d82246749765de6342204f13372a" +content-hash = "1afdd15abc7ee2a0aa78227e4f6c5a74607db3da704ceee5aded14530df7d18e" diff --git a/pyproject.toml b/pyproject.toml index 6a16f0c1720..051a0e337f3 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.33.0" +cfn-lint = "1.33.1" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"