From 2e3e8c3c65b46f0ff7dbf65aeee13cde9974d1c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 21:04:51 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 0.77.8 to 0.77.9 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.77.8 to 0.77.9. - [Release notes](https://github.com/aws-cloudformation/cfn-python-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-cloudformation/cfn-python-lint/compare/v0.77.8...v0.77.9) --- 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 d6b3a2d1bca..3a3865afb60 100644 --- a/poetry.lock +++ b/poetry.lock @@ -352,13 +352,13 @@ files = [ [[package]] name = "cfn-lint" -version = "0.77.8" +version = "0.77.9" 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.8.tar.gz", hash = "sha256:34364e687670f8c7e8d77155baddd18c26dadc5e188fd6bdd2af260dbe14404d"}, - {file = "cfn_lint-0.77.8-py3-none-any.whl", hash = "sha256:f20bd659837c7352f605b34bc520c7a38ebb079fd6996b645fe87e14b2c79718"}, + {file = "cfn-lint-0.77.9.tar.gz", hash = "sha256:7c1e631b723b521234d92d4081934291b256dba28d723ddb7ff105215fe40020"}, + {file = "cfn_lint-0.77.9-py3-none-any.whl", hash = "sha256:f95b503f7465ee1f2f89ddf32289ea03a517f08c366bb8e6a5d6773a11e5a1aa"}, ] [package.dependencies] @@ -2939,4 +2939,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "5317bebeb3cd902772ccbbb9e302988b98a0c19923958efee657a90799c86c23" +content-hash = "ed11607d28040ca8f2926f1b2c81d8c98d92a40138633d83f0a7fa2c4ae72b32" diff --git a/pyproject.toml b/pyproject.toml index a0465e458f1..1ff9f899523 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.8" +cfn-lint = "0.77.9" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.25.0"