From 33e0779342cc755a5f48cf0bedf739fa8dc5dfed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:16:42 +0000 Subject: [PATCH] Update dependency cfn-lint to v1.22.4 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index de0f5aa5..32c13507 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,13 +174,13 @@ six = "*" [[package]] name = "cfn-lint" -version = "1.22.3" +version = "1.22.4" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.22.3-py3-none-any.whl", hash = "sha256:ac12818f5d4f7be21138f60b1c2e3c75d7de791cb343e482ebbc80e4f2103261"}, - {file = "cfn_lint-1.22.3.tar.gz", hash = "sha256:6c4d7ca2fa94086f7ce9822de945c36ed2205b173f2ae766f4781994a937ad46"}, + {file = "cfn_lint-1.22.4-py3-none-any.whl", hash = "sha256:fc8d41f581cbc03adbb3fc7caccc3ba43945fb7a7ffae26d8c51bc65741baa6f"}, + {file = "cfn_lint-1.22.4.tar.gz", hash = "sha256:c70b578ac6f44f9f487ca9aeb6fd9a75836fdbe379e073aef8b4161e06071bdd"}, ] [package.dependencies] @@ -1561,4 +1561,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.14" -content-hash = "6266f1cb4732fbea56f0d037cdb6036d71833b2011a6a02ccbfed4a3dbd380ef" +content-hash = "28f39e745dea10265cf22ed467899c9833727eb16517a03b0cc85098ef501293" diff --git a/pyproject.toml b/pyproject.toml index 1afd87ec..78898117 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.22.3" +cfn-lint = "1.22.4" setuptools = {version = "75.4.0", python = ">=3.12"} [tool.coverage.paths]