From 184143ce02c137a92be11fa3e33554d4a4748813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:01:45 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.22.3 to 1.22.4 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.22.3 to 1.22.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.22.3...v1.22.4) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:development 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 637a4b63b04..3200032ba89 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1077,13 +1077,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.22.3" +version = "1.22.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.22.3-py3-none-any.whl", hash = "sha256:ac12818f5d4f7be21138f60b1c2e3c75d7de791cb343e482ebbc80e4f2103261"}, - {file = "cfn_lint-1.22.3.tar.gz", hash = "sha256:6c4d7ca2fa94086f7ce9822de945c36ed2205b173f2ae766f4781994a937ad46"}, + {file = "cfn_lint-1.22.4-py3-none-any.whl", hash = "sha256:fc8d41f581cbc03adbb3fc7caccc3ba43945fb7a7ffae26d8c51bc65741baa6f"}, + {file = "cfn_lint-1.22.4.tar.gz", hash = "sha256:c70b578ac6f44f9f487ca9aeb6fd9a75836fdbe379e073aef8b4161e06071bdd"}, ] [package.dependencies] @@ -4417,4 +4417,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "5c35e32bfa0bb3cf4a3dd4850f5685dbf064b470c09525620cd2e6768d1a44d7" +content-hash = "9b9b279dfd6d89eaff341b8ee32d91e7402b9a9d2bf28a5379e89101610c767b" diff --git a/pyproject.toml b/pyproject.toml index 6957e0377db..a057ed44962 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ datadog = ["datadog-lambda"] datamasking = ["aws-encryption-sdk", "jsonpath-ng"] [tool.poetry.group.dev.dependencies] -cfn-lint = "1.22.3" +cfn-lint = "1.22.4" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"