From 35ac127fb2df27949a9e9569746df3fc607e54bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 12:26:28 +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:development 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 1ac24311..814c01f8 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" @@ -115,13 +115,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] @@ -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 = "92c1c52d163356be5cf7e9fcc0a237d23f363fdac19045f25ac3fc32392389bc" +content-hash = "ec2258f06631e6819ae6d5bd5072766fa3679b7936a2daaa6e45d82d590a04c8" diff --git a/pyproject.toml b/pyproject.toml index 6efbaed9..87729c9e 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.22.0" +cfn-lint = "^1.22.1" [tool.poetry.scripts]