From 8330b4f650c8a477f2830137dfcbabf4f05451f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:21:06 +0000 Subject: [PATCH] Update dependency cfn-lint to v1.21.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b144557e..9ea84ee9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,13 +174,13 @@ six = "*" [[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] @@ -1555,4 +1555,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.14" -content-hash = "08d67e483b117393f8edb552762ed1f1e9c9089520d8ab75e01fa9bfddf9f53a" +content-hash = "355665944a9d125bd5dc8ad79c42edaafa2d10780a999aa8d677e094ecc979e2" diff --git a/pyproject.toml b/pyproject.toml index 20ced155..8e4ee7da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ flake8-bugbear = "^24.0.0" mypy = "^1.0.0" types-requests = "^2.28.11" types-PyYAML = "^6.0.12" -cfn-lint = "1.20.2" +cfn-lint = "1.21.0" setuptools = {version = "75.4.0", python = ">=3.12"} [tool.coverage.paths]