From eef4816933404a07a44d1cfcfbe5992a0f162e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 03:43:42 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.22.0 to 1.22.1 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.22.0 to 1.22.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.22.0...v1.22.1) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f04dbd88c..6fa40cd70 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -174,13 +174,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.22.0" +version = "1.22.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.22.0-py3-none-any.whl", hash = "sha256:d925233e5f9194ce8f45757fa8ad64ce4c1bc5ae24da162424736ea9e7c8d624"}, - {file = "cfn_lint-1.22.0.tar.gz", hash = "sha256:10d85c2087ee00008ec50ce130b60606572c03d6f6d9a4624b4f4dc889a604c3"}, + {file = "cfn_lint-1.22.1-py3-none-any.whl", hash = "sha256:33f976cdbc4cdeaf9d939821e906baac91e615588574aecaa7033811297496a9"}, + {file = "cfn_lint-1.22.1.tar.gz", hash = "sha256:11085a8196ca1f381735782b4977be62a5860e26d3e0b578d2d4a244b9031b16"}, ] [package.dependencies] @@ -1523,4 +1523,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "edb89194f7d367293492bdf84fe4659de048ff77be884cdac3ec187ea613d799" +content-hash = "1a29135144dc5fb15de31235379f49211203242cef58d1a00a66856e37333df3" diff --git a/pyproject.toml b/pyproject.toml index 305a36fd6..8d8baef2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ boto3 = "^1.35.79" argparse = "^1.4.0" pre-commit = "^3.5.0" pytest = "^8.3.4" -cfn-lint = "^1.22.0" +cfn-lint = "^1.22.1" [tool.poetry.dev-dependencies] flake8 = "^5.0.4"