From 2dd5fe762f677f24e8761eeea96e687259bdd935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:44:12 +0000 Subject: [PATCH] chore(deps): bump cfn-lint from 1.20.1 to 1.22.3 in /scripts Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.20.1 to 1.22.3. - [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.20.1...v1.22.3) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scripts/poetry.lock | 8 ++++---- scripts/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/poetry.lock b/scripts/poetry.lock index c36d32d5..eff92367 100644 --- a/scripts/poetry.lock +++ b/scripts/poetry.lock @@ -515,13 +515,13 @@ six = "*" [[package]] name = "cfn-lint" -version = "1.20.1" +version = "1.22.3" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.20.1-py3-none-any.whl", hash = "sha256:048e321b04a973e32cde6d866d36d9cff2ff4dc405dcdb8cac3c78db7e35b10c"}, - {file = "cfn_lint-1.20.1.tar.gz", hash = "sha256:94c21848c997adf3a977763f5fb8511dbdc77661bca7c3929946a95ccfbe517c"}, + {file = "cfn_lint-1.22.3-py3-none-any.whl", hash = "sha256:ac12818f5d4f7be21138f60b1c2e3c75d7de791cb343e482ebbc80e4f2103261"}, + {file = "cfn_lint-1.22.3.tar.gz", hash = "sha256:6c4d7ca2fa94086f7ce9822de945c36ed2205b173f2ae766f4781994a937ad46"}, ] [package.dependencies] @@ -2651,4 +2651,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "5101044fbb1fc17552277c14adb178f1b7e1646c5675ab60066efbe8e0c70c4e" +content-hash = "79c4057d29405f563b87ff4548c9297f705d688020a5f6c72b1a129e4b9ffa44" diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index dd649cd0..03c1a0c9 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.8" boto3 = "^1" checkov = "^3.2.10" troposphere = {extras = ["policy"], version = "^4.8.3"} -cfn-lint = "^1.20.1" +cfn-lint = "^1.22.3" [tool.poetry.dev-dependencies]