From 7a5d6257e0ae2f1eeb0b26f99cf1e50c0fce8e20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 01:11:25 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.22.5 to 1.22.7 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.22.5 to 1.22.7. - [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.7) --- 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 fc6f0a0e..c44853c0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -209,13 +209,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.22.5" +version = "1.22.7" 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.7-py3-none-any.whl", hash = "sha256:6ae732fd11cba6b01ce577fe4d985c407166010faf385eb5b30236916b02ad29"}, + {file = "cfn_lint-1.22.7.tar.gz", hash = "sha256:0cd99a217c3f197939b15dd0badfa49e90142d315c78e644f07bb8d943dd1b3e"}, ] [package.dependencies] @@ -1517,4 +1517,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "0da0d9773a1192f9937180e29fea7ba87411d2c207a2c3ab78cb832a3d174129" +content-hash = "69c8183a391b50d1c799200abc5c24a9d3635173ad86abc3b5214e4d2d2ff187" diff --git a/pyproject.toml b/pyproject.toml index 45228d7d..0f51d033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ jsonpath-rw = "^1.4.0" semver = "^3.0.4" gitpython = "^3.1.44" pre-commit = "^4.0.1" -cfn-lint = "^1.22.5" +cfn-lint = "^1.22.7" proxygen-cli = "^2.1.19" [tool.poetry.dev-dependencies]