From ca72a667651c4ccb88953041fae192f3a7f21506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 09:34:29 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.32.1 to 1.32.3 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.32.1 to 1.32.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.32.1...v1.32.3) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.32.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ab07bb4e87..f0486115eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -257,14 +257,14 @@ files = [ [[package]] name = "cfn-lint" -version = "1.32.1" +version = "1.32.3" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "cfn_lint-1.32.1-py3-none-any.whl", hash = "sha256:a8ea63ac8daa69a66a54a796998362fd063d9ba1e9c1fc3c932213b0c027669c"}, - {file = "cfn_lint-1.32.1.tar.gz", hash = "sha256:10282c0ec7fc6391da4877d9381a6b954f3c54ddcc0d3c97ee86f4783b5ae680"}, + {file = "cfn_lint-1.32.3-py3-none-any.whl", hash = "sha256:94ec87e9186dc2cd7d718eb14b4330cbc77889753310fa35600d8c94470bf8d5"}, + {file = "cfn_lint-1.32.3.tar.gz", hash = "sha256:a5723e7c7ef537d70b098d43f42f9670ea9856cb21d1699efd7fd9e3aaab26c1"}, ] [package.dependencies] @@ -1793,4 +1793,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "7442bcfe9715ef49274a906d214e617785c4c39dc21f3fddadfb3811181cf113" +content-hash = "df85d7080957a363b5c2469464294d7268156fcad1b6bf5ffbec6150985559b0" diff --git a/pyproject.toml b/pyproject.toml index 4b21c8d68a..e15db41da3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,14 +37,14 @@ boto3 = "^1.37.25" argparse = "^1.4.0" pre-commit = "^4.1.0" pytest = "^8.3.5" -cfn-lint = "^1.32.1" +cfn-lint = "^1.32.3" pyjwt = {extras = ["crypto"], version = "^2.10.1"} [tool.poetry.scripts] [tool.poetry.group.dev.dependencies] pre-commit = "^4.1.0" -cfn-lint = "^1.32.1" +cfn-lint = "^1.32.3" black = "^25.1.0" flake8 = "^7.2.0" jinja2 = "^3.1.5"