From b5a5be71c1905623c6d87d064bf93f5fa02a789b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:13:47 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.20.2 to 1.21.0 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.20.2 to 1.21.0. - [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.20.2...v1.21.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:development update-type: version-update:semver-minor ... 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 6e445926..6fbd3fb3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -115,13 +115,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.20.2" +version = "1.21.0" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.20.2-py3-none-any.whl", hash = "sha256:b91befdb509b9b2fba91023122c7f9cbf037ceb84001dc54c79d3b327672af95"}, - {file = "cfn_lint-1.20.2.tar.gz", hash = "sha256:2bc93025bfe1b653c06820db0a20e33d686c68bec5bd3b7cc9178179a5d510f6"}, + {file = "cfn_lint-1.21.0-py3-none-any.whl", hash = "sha256:fa69c2729450ace34bc654bfcb07853f26dd38c28054ccf067f9078589333a36"}, + {file = "cfn_lint-1.21.0.tar.gz", hash = "sha256:3329c3c87b53870dc73a0255beb51716ff52fcc668ded36fd54096b6a9854206"}, ] [package.dependencies] @@ -1133,4 +1133,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "3.8.15" -content-hash = "606f3c2cf334492e8c4ae9ab1d7e410e2a00d53b776b5e18421e245527b9e4d4" +content-hash = "99c1e22be169a6b97cf7d075506fe6d2a9f8c3e823469decd19a6651ba7fd3f3" diff --git a/pyproject.toml b/pyproject.toml index 3f70fc6f..f2d230bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requests = "^2.32.3" flake8 = "^7.1.1" pip-licenses = "^4.5.1" pre-commit = "^3.5.0" -cfn-lint = "^1.20.2" +cfn-lint = "^1.21.0" [tool.poetry.scripts]