From c258634283aa12e8fe710dd9652e8c056e524322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 22:18:17 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 0.79.7 to 0.79.8 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.79.7 to 0.79.8. - [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.79.7...v0.79.8) --- 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 7c0acea4511..70ef8982909 100644 --- a/poetry.lock +++ b/poetry.lock @@ -422,13 +422,13 @@ files = [ [[package]] name = "cfn-lint" -version = "0.79.7" +version = "0.79.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.79.7.tar.gz", hash = "sha256:fcdc195a89810482af93a335b57500fc928111998d8389087f85fd59155fc904"}, - {file = "cfn_lint-0.79.7-py3-none-any.whl", hash = "sha256:05d819e47f74f4d4862b874b0cc911b4ff9773862601ffec8a4f8791df0eab3a"}, + {file = "cfn-lint-0.79.8.tar.gz", hash = "sha256:d121fe4fac7690247e5124644509e5c8ca9eabb9d7508d28b66c6d3f8c45629e"}, + {file = "cfn_lint-0.79.8-py3-none-any.whl", hash = "sha256:0e2d026ea11b3f1cbab64aaa9df0ec9f31bbf5c40ad84d8a19c17ba8212314b6"}, ] [package.dependencies] @@ -3187,4 +3187,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "7a384775a1ac8691b2544794fdd6cd284a4eb54550c94a12efcb9f684d78d3bb" +content-hash = "2a4ea23ecc8a575256b56ec6db59b07407f0316175038a8b99d8599e23fdba5f" diff --git a/pyproject.toml b/pyproject.toml index b513c85a213..d8982187ce5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ aws-sdk = ["boto3"] datadog=["datadog-lambda"] [tool.poetry.group.dev.dependencies] -cfn-lint = "0.79.7" +cfn-lint = "0.79.8" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.25.0"