From 7d3c30ce63dfeabcfc57892f5927ea7cd2a0195b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:25:42 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.12.3 to 1.12.4 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.12.3 to 1.12.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.12.3...v1.12.4) --- 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 962c6da3..9f65ac5e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -167,13 +167,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.12.3" +version = "1.12.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.12.3-py3-none-any.whl", hash = "sha256:529dadf23677c91d6427704101f6ab99b51f08b235a172f4863d2f2bdc4dd801"}, - {file = "cfn_lint-1.12.3.tar.gz", hash = "sha256:b37f9613844467230f06632e2e583f5e8d6bb50666a24cb324b998e0c4be81f6"}, + {file = "cfn_lint-1.12.4-py3-none-any.whl", hash = "sha256:14c2faa79b421c0ceeb09e201f225ff984efea39b1dd34ba98979e4107b709d9"}, + {file = "cfn_lint-1.12.4.tar.gz", hash = "sha256:30fac1eec8acb1fb5f66300c8f2e17aaffad9788ccb7dc7f12bd0aee571300d1"}, ] [package.dependencies] @@ -1421,4 +1421,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f76faa59cd72bea5a6b00b2c092899248a53c4bc019e6935e7d59d2861994073" +content-hash = "cc4bff1732d4fa006bf1ac32fe2075835440bbe393477665611f879cfbda62c4" diff --git a/pyproject.toml b/pyproject.toml index 01cf35db..bf4e0249 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ boto3 = "^1.35.13" argparse = "^1.4.0" pre-commit = "^3.5.0" pytest = "^8.3.2" -cfn-lint = "^1.12.3" +cfn-lint = "^1.12.4" [tool.poetry.dev-dependencies] flake8 = "^7.1.1"