From 165fea3933c4112c66d798bb83d9ba0e2c4ad9ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 20:49:23 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.16.1 to 1.17.0 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.16.1 to 1.17.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.16.1...v1.17.0) --- 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 dc4733cd994..969862c9b05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1058,13 +1058,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.16.1" +version = "1.17.0" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.16.1-py3-none-any.whl", hash = "sha256:071970610f227f6998e9b6f72514d3f068d24c49cb296c072be9c0d4992c405a"}, - {file = "cfn_lint-1.16.1.tar.gz", hash = "sha256:e7b6a2fbb39368974044e7ecd109bed56224cf11b9bd92ebeb5e8ae5d5754725"}, + {file = "cfn_lint-1.17.0-py3-none-any.whl", hash = "sha256:dcfd4717b49f382106ad159bd77cb24b3733a23b8680ac20a7a1442adb0f7765"}, + {file = "cfn_lint-1.17.0.tar.gz", hash = "sha256:306c4751975c7b09015a2c601ee2979d0a2a68c781ed9d9a72a9d7d7c26c8be5"}, ] [package.dependencies] @@ -4315,4 +4315,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "eea01949d8a6f17514defd6457aa59f8888fcd19f027271f4961935d410dd27c" +content-hash = "c3f055c60b3604f4249c6a432ec7f5c0c66b5d982665d6d9476f3ececa7dd4eb" diff --git a/pyproject.toml b/pyproject.toml index 60f01168148..076aca2f92d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ datadog = ["datadog-lambda"] datamasking = ["aws-encryption-sdk", "jsonpath-ng"] [tool.poetry.group.dev.dependencies] -cfn-lint = "1.16.1" +cfn-lint = "1.17.0" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"