From ab54e06bf4f090a3a425395a9bffe205da2e2289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 20:35:13 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.28.0 to 1.29.1 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.28.0 to 1.29.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.28.0...v1.29.1) --- updated-dependencies: - dependency-name: cfn-lint 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 fbf0fb548c5..54841739950 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1123,14 +1123,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.28.0" +version = "1.29.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.28.0-py3-none-any.whl", hash = "sha256:e33a48227462f3304e01683d596a31523a638fe342d417a170344f57c0ee80e0"}, - {file = "cfn_lint-1.28.0.tar.gz", hash = "sha256:5ba44c441d69dcf8f78cd0b5ebe4a6fcd55c0073d2d21af62e4201825b175c2a"}, + {file = "cfn_lint-1.29.1-py3-none-any.whl", hash = "sha256:84053e389ed9dfe43c9eae844a760f3d11227de81b66cb0b1768d04bcfb0f37d"}, + {file = "cfn_lint-1.29.1.tar.gz", hash = "sha256:86bd345c806b2de4752d55fedba6fc5c698bdc27eacf807a10b08451ed07f1bd"}, ] [package.dependencies] @@ -4857,4 +4857,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "3a561fe1495ce48da19cf902dc5df47841ef1ad1e4888517739407e735994ea7" +content-hash = "fb67898a0c3eaa324b3693dc5c79c6825932b277b9edb6c1197976e32dac3acd" diff --git a/pyproject.toml b/pyproject.toml index ffb42540a91..49492c97727 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ hvac = "^2.3.0" aws-requests-auth = "^0.4.3" urllib3 = "<2" requests = ">=2.32.0" -cfn-lint = "1.28.0" +cfn-lint = "1.29.1" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"