From a60dad3dba84d21281601314689a93c2190e2aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:14:48 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.3.3 to 1.3.4 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.3.3 to 1.3.4. - [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.3.3...v1.3.4) --- 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 6d91e292..a6f9a91a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -115,13 +115,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.3.3" +version = "1.3.4" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.3.3-py3-none-any.whl", hash = "sha256:84a4f221275d8e84e170be0b8e8dd12e1757c52a74da33cf88bc987848a25f4c"}, - {file = "cfn_lint-1.3.3.tar.gz", hash = "sha256:283d7e56325549326f1d1f363083b72ce75c4c9b218758033008824f1228987b"}, + {file = "cfn_lint-1.3.4-py3-none-any.whl", hash = "sha256:a2d15ac19d70efc2c955f03e1d6fa0b5dd2acff2cb20863d0f2bf89d958dd9ae"}, + {file = "cfn_lint-1.3.4.tar.gz", hash = "sha256:1f4bea7eb07a446af677581d90dc7685fc16a84853a89d0c0c582acc8574e632"}, ] [package.dependencies] @@ -1121,4 +1121,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "3.8.15" -content-hash = "a3aae4e896c6f483fb74ee11e9477c170f25cf493df3e4f24a981ce539b8149b" +content-hash = "37bfbddb7118f241d8200bec2952fa41fda8e6c6424728f23bb6e15d5c2f9473" diff --git a/pyproject.toml b/pyproject.toml index 683442cf..23b157c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ requests = "^2.32.3" flake8 = "^7.1.0" pip-licenses = "^4.4.0" pre-commit = "^3.5.0" -cfn-lint = "^1.3.3" +cfn-lint = "^1.3.4" [tool.poetry.scripts]