From e0ecf4b18f31a92e320d5f2ecc7f9853ada535a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:24:38 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.8.2 to 1.9.0 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.8.2 to 1.9.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.8.2...v1.9.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 80224784c5c..23579b23b64 100644 --- a/poetry.lock +++ b/poetry.lock @@ -573,13 +573,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.8.2" +version = "1.9.0" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.8.2-py3-none-any.whl", hash = "sha256:5bab320be08d8906f2535cae851e96ac35b046a2da54de1d9e28d8bbac7d34d9"}, - {file = "cfn_lint-1.8.2.tar.gz", hash = "sha256:8c3f8a6946d7829c4e4858bb646c15b0b20c8290c2200c69d9e008b5e5bcadaf"}, + {file = "cfn_lint-1.9.0-py3-none-any.whl", hash = "sha256:df093bdef07a786a73d99eb739a162599706d217b95c86437823e4090c59ddcb"}, + {file = "cfn_lint-1.9.0.tar.gz", hash = "sha256:103d4964e37af6e3c1a0c625a649f42f1784fc35ca77b4b15e4c90fe77373de7"}, ] [package.dependencies] @@ -3707,4 +3707,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "6332c35b465de1217ac59d4f24d6ae8c57500016c237466e618fae83ec3a4058" +content-hash = "14838e3db85e720fb26d6f1ac24614e381c64eaf730641ad62cd8070bbaa0046" diff --git a/pyproject.toml b/pyproject.toml index 994ec0762c8..efd0f6c56cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ datadog = ["datadog-lambda"] datamasking = ["aws-encryption-sdk", "jsonpath-ng"] [tool.poetry.group.dev.dependencies] -cfn-lint = "1.8.2" +cfn-lint = "1.9.0" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"