From f054880e1ab7b82fe3112a064a430ab2e8ebd296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 08:44:36 -0300 Subject: [PATCH] chore(deps-dev): bump cfn-lint from 1.18.4 to 1.19.0 (#5544) Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.18.4 to 1.19.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.18.4...v1.19.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3ac6c07964..5d68c4e643 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1061,13 +1061,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.18.4" +version = "1.19.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.18.4-py3-none-any.whl", hash = "sha256:76741e76fa26f31bfacc3eb465eddd93ad535838d84fbc6dd092817d8e22d57f"}, - {file = "cfn_lint-1.18.4.tar.gz", hash = "sha256:73dadc33d6a91c69651cb08fe919138ab4e2f6cf1be1e361f7c6dcbccd1527ba"}, + {file = "cfn_lint-1.19.0-py3-none-any.whl", hash = "sha256:9c43a6b866915df6d2ac5584000ef05e53c67624809808c2cebd3dc6154b7c14"}, + {file = "cfn_lint-1.19.0.tar.gz", hash = "sha256:63835e083f7831e54c512bce4808754df221b5895aed9a114c71879d1cc4ebff"}, ] [package.dependencies] @@ -4382,4 +4382,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "bd2509b60964976ad8294bc51f5db407737fdd904c3d124c90a6ec5e0ed4d55e" +content-hash = "961402af823cb40e9f782bc42cb2b9612ec75237a24bd8a3ce0117d01b69f96c" diff --git a/pyproject.toml b/pyproject.toml index 5461880709..437da5fe40 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.18.4" +cfn-lint = "1.19.0" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"