From 3f8bb3430cf23b7b59d8c9233da0142e0b6949f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:27:10 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.35.4 to 1.36.1 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.35.4 to 1.36.1. - [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.35.4...v1.36.1) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.36.1 dependency-type: direct:development update-type: version-update:semver-minor ... 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 c75cbe41bfe..eddce88f502 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1105,14 +1105,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.35.4" +version = "1.36.1" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "cfn_lint-1.35.4-py3-none-any.whl", hash = "sha256:4649797b4a6975a8ca5ebbf51e568a52383fa5b7d591f92266b8803735e5a52f"}, - {file = "cfn_lint-1.35.4.tar.gz", hash = "sha256:da38218367217b909884ec2efe361b3992868f140b1d5f37dc64a9e328d9ddb9"}, + {file = "cfn_lint-1.36.1-py3-none-any.whl", hash = "sha256:1f5eae322cabc9b73a717b83bf3a73709e2193fbf7fd399339e016a0838de7a3"}, + {file = "cfn_lint-1.36.1.tar.gz", hash = "sha256:ccb85398fb1d8d8d87edafe207ab6a133c4ab9aefd3ff93591b6ad8c3ccab291"}, ] [package.dependencies] @@ -4922,4 +4922,4 @@ valkey = ["valkey-glide"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "0f5e7c0e335d0d3ccd891fc12b4a2130a51df6c2f74406b66b1794a8b5a77dfd" +content-hash = "a16ee890ac42f45c15cb9308d25c17a3ad465749e530d636c7813f7dbb0e304e" diff --git a/pyproject.toml b/pyproject.toml index ba7c0a40e32..11f614ae187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ hvac = "^2.3.0" aws-requests-auth = "^0.4.3" urllib3 = "<2" requests = ">=2.32.0" -cfn-lint = "1.35.4" +cfn-lint = "1.36.1" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"