From b87618be3f6c411a8ddc400541bb860e52fc37e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 22:12:25 +0100 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 0.81.0 to 0.82.0 (#3224) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Leandro Damascena --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f42d5931fb..93ff2a4284 100644 --- a/poetry.lock +++ b/poetry.lock @@ -503,13 +503,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "0.81.0" +version = "0.82.0" 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.81.0.tar.gz", hash = "sha256:532cbfe076fa8b68e70ec67743e9086169ef6d15be3306cae8aa57b38994fd8f"}, - {file = "cfn_lint-0.81.0-py3-none-any.whl", hash = "sha256:8f34392412ffe6213aa0897d469133123c2d8ad576a9cdafbc1f7b630f98d597"}, + {file = "cfn-lint-0.82.0.tar.gz", hash = "sha256:3734b96ff890fea4ca9eea82c91a142ccdb15363c2ab63084f2a90d5de308e3c"}, + {file = "cfn_lint-0.82.0-py3-none-any.whl", hash = "sha256:2974ded999de6c96d33caec93ade75696c423aebb2ef17be40d05d913f12e5ab"}, ] [package.dependencies] @@ -3204,4 +3204,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "e5298a30fe6fd415742f44b5a3789294971c5066f7c37ad554a1e45dd2a6a80f" +content-hash = "347ca5e8a14f4c3050d7887f3c29c37c22aa8f3f3cefbc555a24c106e362e5f7" diff --git a/pyproject.toml b/pyproject.toml index e1fb071b76..b95a4c3487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ datadog = ["datadog-lambda"] datamasking-aws-sdk = ["aws-encryption-sdk"] [tool.poetry.group.dev.dependencies] -cfn-lint = "0.81.0" +cfn-lint = "0.82.0" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.25.0"