From 05d60755cae6288ab94489e06dd71f53d4137c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 13:00:20 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.22.5 to 1.22.6 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.22.5 to 1.22.6. - [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.5...v1.22.6) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:development update-type: version-update:semver-patch ... 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 ad30d595..95c089db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -112,13 +112,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.22.5" +version = "1.22.6" 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.5-py3-none-any.whl", hash = "sha256:18309e59cc03ff18b02676688df7eb1a17f5276da3776f31946fc0d9aa9b8fe7"}, - {file = "cfn_lint-1.22.5.tar.gz", hash = "sha256:8b4f55e283143e99d8d331627637226c291cecfb936606f7aab2d940e71e566d"}, + {file = "cfn_lint-1.22.6-py3-none-any.whl", hash = "sha256:70e8cc71ed12608964bdc1749c48140164d1fd65c30f3a5eaff4f9ee3396d908"}, + {file = "cfn_lint-1.22.6.tar.gz", hash = "sha256:0652daf9e86d823f6513d430d233682b940806b6aad74cba2e4dc07de9603d84"}, ] [package.dependencies] @@ -1135,4 +1135,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.12.7" -content-hash = "44800dc8707fd8accb606caec0437b4389d87c444665e0537576f530d0b641a8" +content-hash = "e8be5386659d160b5db8ef633ff2e57320337252df5b535d37e636faa08e4090" diff --git a/pyproject.toml b/pyproject.toml index 2434a8d8..6f483089 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ requests = "^2.32.3" flake8 = "^7.1.1" pip-licenses = "^5.0.0" pre-commit = "^4.1.0" -cfn-lint = "^1.22.4" +cfn-lint = "^1.22.6" [tool.poetry.scripts]