From 1f22f6387247cb8cf20966163aeb616264b64d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:31:37 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.18.1 to 1.18.2 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.18.1 to 1.18.2. - [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.18.1...v1.18.2) --- updated-dependencies: - dependency-name: cfn-lint 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 88c8445ae14..a7c1bf69295 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1058,13 +1058,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.18.1" +version = "1.18.2" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.18.1-py3-none-any.whl", hash = "sha256:adee5d07a97acc4b9edf141553b9d3ece14eeb4aaf150bcfebc79103689c65e3"}, - {file = "cfn_lint-1.18.1.tar.gz", hash = "sha256:09139c4260897ada66034b57c9d9979cc2ec25856660d8f114f373dc4f70a34a"}, + {file = "cfn_lint-1.18.2-py3-none-any.whl", hash = "sha256:52097e8a13c896e7a2776af14116735476ac80e9570bf94c71584f4500a1e42c"}, + {file = "cfn_lint-1.18.2.tar.gz", hash = "sha256:9ee576db7804839a7f11a7509205bf39ec2663cea2d0c2c09f35c41e2bc03673"}, ] [package.dependencies] @@ -4343,4 +4343,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "17f3d1817adcc8da7b01b3f2aec4d12cdee833de57e0fe14f7c0041b76b3e38f" +content-hash = "775906c89ff109723014a520868b072f5819d5a9a53a5b2b2a592d33cd2a78a8" diff --git a/pyproject.toml b/pyproject.toml index 3fdc65c9bdb..34ce0c0bf4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ datadog = ["datadog-lambda"] datamasking = ["aws-encryption-sdk", "jsonpath-ng"] [tool.poetry.group.dev.dependencies] -cfn-lint = "1.18.1" +cfn-lint = "1.18.2" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"