From 3fc4fe5511ac7b5777174d219b28ce4c55efe89d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 03:19:58 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.5.2 to 1.5.3 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.5.2 to 1.5.3. - [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.2...v1.5.3) --- 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 ccde73cc1..b94fe707a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,13 +174,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.5.2" +version = "1.5.3" 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.2-py3-none-any.whl", hash = "sha256:a2da6b02da5316fd451a280271a226d6b1cdaefab8a92b51b11c0e5e0dc129b2"}, - {file = "cfn_lint-1.5.2.tar.gz", hash = "sha256:a2d15bf02727233fb6dd8d813fa0cbe5cce8a1b42d133e65e2fa0534b17c4f72"}, + {file = "cfn_lint-1.5.3-py3-none-any.whl", hash = "sha256:9376bc1e7b09fc40ad74a312e23ac0ff81ea041581e7f50f200bf1218fa533b2"}, + {file = "cfn_lint-1.5.3.tar.gz", hash = "sha256:1120546d068d5ad3b2f1a646f0a26f797d4eb273583dba7c13e335ee1a2332ed"}, ] [package.dependencies] @@ -1521,4 +1521,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3ba3c090db09750de0d7ee638c8668272cb6807a283909473c840b2a7d61d689" +content-hash = "f49780d50d649f49906abd10f1551062fb8e8d5a1a713059cb7ea10fa42eec92" diff --git a/pyproject.toml b/pyproject.toml index ce37f10b4..7ba307a15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ boto3 = "^1.34.142" argparse = "^1.4.0" pre-commit = "^3.5.0" pytest = "^8.2.2" -cfn-lint = "^1.5.2" +cfn-lint = "^1.5.3" [tool.poetry.dev-dependencies] flake8 = "^5.0.4"