From 6890cfb0a20d016768239b430111555b427d384f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 01:48:35 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.21.0 to 1.22.0 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.21.0 to 1.22.0. - [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.21.0...v1.22.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:production update-type: version-update:semver-minor ... 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 ff30e396..4c170887 100644 --- a/poetry.lock +++ b/poetry.lock @@ -209,13 +209,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.21.0" +version = "1.22.0" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.21.0-py3-none-any.whl", hash = "sha256:fa69c2729450ace34bc654bfcb07853f26dd38c28054ccf067f9078589333a36"}, - {file = "cfn_lint-1.21.0.tar.gz", hash = "sha256:3329c3c87b53870dc73a0255beb51716ff52fcc668ded36fd54096b6a9854206"}, + {file = "cfn_lint-1.22.0-py3-none-any.whl", hash = "sha256:d925233e5f9194ce8f45757fa8ad64ce4c1bc5ae24da162424736ea9e7c8d624"}, + {file = "cfn_lint-1.22.0.tar.gz", hash = "sha256:10d85c2087ee00008ec50ce130b60606572c03d6f6d9a4624b4f4dc889a604c3"}, ] [package.dependencies] @@ -1517,4 +1517,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "18f2fc3de98bf778edd2278eec8a84ebb9d16dd07482438a74c2796c62d1d16a" +content-hash = "12d60baa72fac787ac8cf0c85a3161debb32154616e95b1b08e5b07f52eff9f4" diff --git a/pyproject.toml b/pyproject.toml index a8854ebb..d19a0733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ jsonpath-rw = "^1.4.0" semver = "^3.0.2" gitpython = "^3.1.43" pre-commit = "^4.0.1" -cfn-lint = "^1.21.0" +cfn-lint = "^1.22.0" proxygen-cli = "^2.1.19" [tool.poetry.dev-dependencies]