From 5c4ed81abdfac3de0628e4a43cc4c1262eb061d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 09:25:40 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump cfn-lint from 1.33.2 to 1.34.0 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.33.2 to 1.34.0. - [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.33.2...v1.34.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8463bcca35..f924e6f159 100644 --- a/poetry.lock +++ b/poetry.lock @@ -257,18 +257,18 @@ files = [ [[package]] name = "cfn-lint" -version = "1.33.2" +version = "1.34.0" 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.33.2-py3-none-any.whl", hash = "sha256:0e67f921b190166bf66118526c4889cbd6eb49864fbb8ba8b5042930b6fa436c"}, - {file = "cfn_lint-1.33.2.tar.gz", hash = "sha256:46336435eb39cd39b50809ee1c88e1c74c5312e37268af791b691011e0a851fa"}, + {file = "cfn_lint-1.34.0-py3-none-any.whl", hash = "sha256:b7a42e5283ec775f9cbbb3d12124306a4c9312ef1da3630d0b8e5e5388d32f01"}, + {file = "cfn_lint-1.34.0.tar.gz", hash = "sha256:c3f63ac641c005ee5c199c5cedc5b921b716af315096f3a74f2c80e002627a2c"}, ] [package.dependencies] -aws-sam-translator = ">=1.96.0" +aws-sam-translator = ">=1.97.0" jsonpatch = "*" networkx = ">=2.4,<4" pyyaml = ">5.4" @@ -1793,4 +1793,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "2cba1b2cbca65b269d2634aad970fe44bb0a23c75b3aaa9780ec7db8ccd91408" +content-hash = "71b56acfc138b838f0b84357f02ebb7cd462a0422586a30651989b3e33e2911e" diff --git a/pyproject.toml b/pyproject.toml index 645c7f591e..74046b061a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,14 +37,14 @@ boto3 = "^1.37.33" argparse = "^1.4.0" pre-commit = "^4.1.0" pytest = "^8.3.5" -cfn-lint = "^1.33.2" +cfn-lint = "^1.34.0" pyjwt = {extras = ["crypto"], version = "^2.10.1"} [tool.poetry.scripts] [tool.poetry.group.dev.dependencies] pre-commit = "^4.1.0" -cfn-lint = "^1.33.2" +cfn-lint = "^1.34.0" black = "^25.1.0" flake8 = "^7.2.0" jinja2 = "^3.1.5"