From 13b660911e7c5b828d59fed19c5847b3dbffa181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jun 2023 21:57:20 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 0.77.6 to 0.77.7 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.77.6 to 0.77.7. - [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.6...v0.77.7) --- 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 01b96db87f5..63ea7c535f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -370,14 +370,14 @@ files = [ [[package]] name = "cfn-lint" -version = "0.77.6" +version = "0.77.7" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" category = "dev" optional = false python-versions = ">=3.7, <=4.0, !=4.0" files = [ - {file = "cfn-lint-0.77.6.tar.gz", hash = "sha256:84a07ae2f9af9577ab09a0f79684272976ba155687093d94c4b8ca9e253e07c7"}, - {file = "cfn_lint-0.77.6-py3-none-any.whl", hash = "sha256:22d891e1ac21fc1aa7ea6c02dd8739224a8b2ed27b602a84611f3837002ae239"}, + {file = "cfn-lint-0.77.7.tar.gz", hash = "sha256:152073ae6e7010de358903aa48cf8cc8eadc8c497f61ba04d46d551175a667ee"}, + {file = "cfn_lint-0.77.7-py3-none-any.whl", hash = "sha256:7948cf81152d8b46775da0ac1ffee67767ac53a5869226eee5c309000f6ebd40"}, ] [package.dependencies] @@ -3087,4 +3087,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "e16af10078db49fe9650b5c13ca94d5e151c6886d4a8ba12bb5860860f028a9e" +content-hash = "58826d9f6c7bbd984ea181675c88f698abd7862b9b321128c4e1329e274ab177" diff --git a/pyproject.toml b/pyproject.toml index 200b1461f80..3306b54d3f5 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.6" +cfn-lint = "0.77.7" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.25.0"