From 7cde9ed3cc5bdd8322d5ecf18e4c0e5ba6f5a32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 02:37:45 +0000 Subject: [PATCH] :arrow_up: Bump cfn-lint from 1.5.0 to 1.5.1 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-cloudformation/cfn-lint/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:production 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 709c3800..a28c5bda 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,13 +174,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.5.0" +version = "1.5.1" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.5.0-py3-none-any.whl", hash = "sha256:46ecae4dc6dc0eedf7a4169fbe24d893ff3125c3b53d05d3cab196f704709731"}, - {file = "cfn_lint-1.5.0.tar.gz", hash = "sha256:7fdcf1b1393ace49d50f7e8f047f90811a1c463a1cd57489d4781a31f205a8d0"}, + {file = "cfn_lint-1.5.1-py3-none-any.whl", hash = "sha256:82b41fddcfbcac59128af168ae91f9f072e0fdbe1870940bd36cbd5ea20ebfeb"}, + {file = "cfn_lint-1.5.1.tar.gz", hash = "sha256:7ee28264d55543912803ddd6e895f37d4cac5aad4e7135a606c71697e6ed9d3a"}, ] [package.dependencies] @@ -1521,4 +1521,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "282921cccb3b5091b10dba434c337bf506d6338de0ec34363e76c173342c0e2b" +content-hash = "a9f0156ad30f3389ae9fcef9391b0d802a1dd1377b736f3c2d170a431912bb35" diff --git a/pyproject.toml b/pyproject.toml index f42546e6..f203e7ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ boto3 = "^1.34.139" argparse = "^1.4.0" pre-commit = "^3.5.0" pytest = "^8.2.2" -cfn-lint = "^1.5.0" +cfn-lint = "^1.5.1" [tool.poetry.dev-dependencies] flake8 = "^5.0.4"