From c2218cc3890978f15271a6fc2dcd6e256df3d64a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 21:02:01 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 0.77.4 to 0.77.5 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.77.4 to 0.77.5. - [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.4...v0.77.5) --- 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 ee953be2792..126a5edc47a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -370,14 +370,14 @@ files = [ [[package]] name = "cfn-lint" -version = "0.77.4" +version = "0.77.5" 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.4.tar.gz", hash = "sha256:0aa67e28c992b84ad286539de59a9185f51d721d54ad539f6afe1b477836d8cd"}, - {file = "cfn_lint-0.77.4-py3-none-any.whl", hash = "sha256:b348589be12c12dc5ab4ba801fb430f441bffe76e5ffdf907088abcbeb74271d"}, + {file = "cfn-lint-0.77.5.tar.gz", hash = "sha256:4282d13ffe76a5dee6431b1f56e3641d87c28b1ef5be663afe7d8dbf13f28bdb"}, + {file = "cfn_lint-0.77.5-py3-none-any.whl", hash = "sha256:b5126dffb834078a71341090d49669046076c09196f0d2bdca68dbace1bf357a"}, ] [package.dependencies] @@ -3035,4 +3035,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "72cae7a8316616aa14416d3fdee9a39e6822d161d508ed869da0b345de388402" +content-hash = "7ad4416d3f6cb7cf6dd19dfd270278f12e30330b9b23127d56f9f3f8a33a5623" diff --git a/pyproject.toml b/pyproject.toml index 700c2afc0e5..fc556cd2518 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ all = ["pydantic", "aws-xray-sdk", "fastjsonschema"] aws-sdk = ["boto3"] [tool.poetry.group.dev.dependencies] -cfn-lint = "0.77.4" +cfn-lint = "0.77.5" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.25.0"