From cb8971eb9566400b72f5a0896b4e99d0b80d0511 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 15:26:43 +0200 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 0.77.7 to 0.77.8 (#2451) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d257a1690d9..cadb4dac256 100644 --- a/poetry.lock +++ b/poetry.lock @@ -352,13 +352,13 @@ files = [ [[package]] name = "cfn-lint" -version = "0.77.7" +version = "0.77.8" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.7, <=4.0, !=4.0" files = [ - {file = "cfn-lint-0.77.7.tar.gz", hash = "sha256:152073ae6e7010de358903aa48cf8cc8eadc8c497f61ba04d46d551175a667ee"}, - {file = "cfn_lint-0.77.7-py3-none-any.whl", hash = "sha256:7948cf81152d8b46775da0ac1ffee67767ac53a5869226eee5c309000f6ebd40"}, + {file = "cfn-lint-0.77.8.tar.gz", hash = "sha256:34364e687670f8c7e8d77155baddd18c26dadc5e188fd6bdd2af260dbe14404d"}, + {file = "cfn_lint-0.77.8-py3-none-any.whl", hash = "sha256:f20bd659837c7352f605b34bc520c7a38ebb079fd6996b645fe87e14b2c79718"}, ] [package.dependencies] @@ -2939,4 +2939,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "66fc803d39e8cd22fadbedfda721019b4b94eb81990ba144f9b39f23aef801c4" +content-hash = "2784e820c3c01a1ed3b1d16aad2e903ce550c82b09a918281dc46f728c284398" diff --git a/pyproject.toml b/pyproject.toml index 4156c7c7076..a1293772e40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ all = ["pydantic", "aws-xray-sdk", "fastjsonschema"] aws-sdk = ["boto3"] [tool.poetry.group.dev.dependencies] -cfn-lint = "0.77.7" +cfn-lint = "0.77.8" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.25.0"