From c1842b637ea4dc702d81212903e84913baf16121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:13:17 +0000 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.17.1 to 1.17.2 Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.17.1 to 1.17.2. - [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.17.1...v1.17.2) --- 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 238e929d47c..e0edcf6fded 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1058,13 +1058,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.17.1" +version = "1.17.2" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.17.1-py3-none-any.whl", hash = "sha256:a05fc495f26d107091edaa61ecbeccbda561ed81763f642106b4cb4db3f7293e"}, - {file = "cfn_lint-1.17.1.tar.gz", hash = "sha256:dd8deb1e0a8678991bd0bf41f305ccaaea2a4e0adac0bd42aed467659238c4be"}, + {file = "cfn_lint-1.17.2-py3-none-any.whl", hash = "sha256:1a9b1d71e4063b438212710899c5c93c6d484fb81f2f891aafb2067103e53621"}, + {file = "cfn_lint-1.17.2.tar.gz", hash = "sha256:2ac2e41fbacc30b77cf4ac0f07d31593217afd7a52a10f83f0c124da74f58586"}, ] [package.dependencies] @@ -4315,4 +4315,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "8277728ec4c487c1a65bd74f286c1121c3cbbceb53ba12060675c811b58d90c6" +content-hash = "ae1ad9ff7e27d4a4fe678c199e052b7633ced9eac14dcb5fa65681eb078ec062" diff --git a/pyproject.toml b/pyproject.toml index 24fea4c33fc..34d1baed5cf 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.17.1" +cfn-lint = "1.17.2" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"