From cf266db19e88ce4b914362c7b2a0e41365f195e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:50:04 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.20.1 to 1.20.2 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.20.1 to 1.20.2. - [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.20.2) --- 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 8efebbd4..6e445926 100644 --- a/poetry.lock +++ b/poetry.lock @@ -115,13 +115,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.20.1" +version = "1.20.2" 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.20.2-py3-none-any.whl", hash = "sha256:b91befdb509b9b2fba91023122c7f9cbf037ceb84001dc54c79d3b327672af95"}, + {file = "cfn_lint-1.20.2.tar.gz", hash = "sha256:2bc93025bfe1b653c06820db0a20e33d686c68bec5bd3b7cc9178179a5d510f6"}, ] [package.dependencies] @@ -1133,4 +1133,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "3.8.15" -content-hash = "6029ccd60a795541496aee7f0d4ae85660c29f0afcb3a9f5e9d1e36905954151" +content-hash = "606f3c2cf334492e8c4ae9ab1d7e410e2a00d53b776b5e18421e245527b9e4d4" diff --git a/pyproject.toml b/pyproject.toml index 3ec4fb77..3f70fc6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requests = "^2.32.3" flake8 = "^7.1.1" pip-licenses = "^4.5.1" pre-commit = "^3.5.0" -cfn-lint = "^1.20.1" +cfn-lint = "^1.20.2" [tool.poetry.scripts]