From d3e29a7f77ae813fe5d40475ffa9a4302c003b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 01:44:57 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.22.4 to 1.22.5 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.22.4 to 1.22.5. - [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.4...v1.22.5) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:production 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 0b01594e..f09c0f70 100644 --- a/poetry.lock +++ b/poetry.lock @@ -209,13 +209,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.22.4" +version = "1.22.5" 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.4-py3-none-any.whl", hash = "sha256:fc8d41f581cbc03adbb3fc7caccc3ba43945fb7a7ffae26d8c51bc65741baa6f"}, - {file = "cfn_lint-1.22.4.tar.gz", hash = "sha256:c70b578ac6f44f9f487ca9aeb6fd9a75836fdbe379e073aef8b4161e06071bdd"}, + {file = "cfn_lint-1.22.5-py3-none-any.whl", hash = "sha256:18309e59cc03ff18b02676688df7eb1a17f5276da3776f31946fc0d9aa9b8fe7"}, + {file = "cfn_lint-1.22.5.tar.gz", hash = "sha256:8b4f55e283143e99d8d331627637226c291cecfb936606f7aab2d940e71e566d"}, ] [package.dependencies] @@ -1517,4 +1517,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b1b2ee820781dc3a04a47dfeeed03799e2f49c9a5b7aae8d760da40104dba05e" +content-hash = "48b88714a961a2a93fce25d71189b17e330a47d427a3ebc2a707558a61ed3a0f" diff --git a/pyproject.toml b/pyproject.toml index 80061d6d..2be2f018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ jsonpath-rw = "^1.4.0" semver = "^3.0.3" gitpython = "^3.1.44" pre-commit = "^4.0.1" -cfn-lint = "^1.22.4" +cfn-lint = "^1.22.5" proxygen-cli = "^2.1.19" [tool.poetry.dev-dependencies]