From beed8ffb4b19de84d56e6620df0426ff2efb0094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:48:22 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.18.2 to 1.18.3 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.18.2 to 1.18.3. - [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.2...v1.18.3) --- 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 ba890b8bb90..83f896b8d2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1058,13 +1058,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.18.2" +version = "1.18.3" 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.2-py3-none-any.whl", hash = "sha256:52097e8a13c896e7a2776af14116735476ac80e9570bf94c71584f4500a1e42c"}, - {file = "cfn_lint-1.18.2.tar.gz", hash = "sha256:9ee576db7804839a7f11a7509205bf39ec2663cea2d0c2c09f35c41e2bc03673"}, + {file = "cfn_lint-1.18.3-py3-none-any.whl", hash = "sha256:4363278035540fbaea3b40e9abb262f14414005b36b3c01c6d94a19f48c89b01"}, + {file = "cfn_lint-1.18.3.tar.gz", hash = "sha256:e0dedb35e717602b8f82043cb315dcc0e1222f9cdc4d47ecbfb73c20159a9dcb"}, ] [package.dependencies] @@ -4343,4 +4343,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "775906c89ff109723014a520868b072f5819d5a9a53a5b2b2a592d33cd2a78a8" +content-hash = "602a1688a346857aed455bd72c22566d854c1da85e4a758c4cc66865c0662d88" diff --git a/pyproject.toml b/pyproject.toml index ba564297b55..3e08ef271d5 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.2" +cfn-lint = "1.18.3" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"