From 135bb2ee5f0a87219da64874d7dc6595ff7a919d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:48:57 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.22.0 to 1.22.1 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.22.0 to 1.22.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.22.0...v1.22.1) --- 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 8fb7f7b76d..5d166c2fa8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1078,13 +1078,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.22.0" +version = "1.22.1" 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.0-py3-none-any.whl", hash = "sha256:d925233e5f9194ce8f45757fa8ad64ce4c1bc5ae24da162424736ea9e7c8d624"}, - {file = "cfn_lint-1.22.0.tar.gz", hash = "sha256:10d85c2087ee00008ec50ce130b60606572c03d6f6d9a4624b4f4dc889a604c3"}, + {file = "cfn_lint-1.22.1-py3-none-any.whl", hash = "sha256:33f976cdbc4cdeaf9d939821e906baac91e615588574aecaa7033811297496a9"}, + {file = "cfn_lint-1.22.1.tar.gz", hash = "sha256:11085a8196ca1f381735782b4977be62a5860e26d3e0b578d2d4a244b9031b16"}, ] [package.dependencies] @@ -4412,4 +4412,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "e989feac872814c7eb31983067ef01747e2881d009bd18673a9c356d21741159" +content-hash = "28857ffc4fa87eb3dc421b99ba424a500030ecdf709bd3ff63da3f3821fdc8cf" diff --git a/pyproject.toml b/pyproject.toml index a86d51dac3..1a99a87662 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.0" +cfn-lint = "1.22.1" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"