diff --git a/poetry.lock b/poetry.lock index 80224784c5c..23579b23b64 100644 --- a/poetry.lock +++ b/poetry.lock @@ -573,13 +573,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.8.2" +version = "1.9.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.8.2-py3-none-any.whl", hash = "sha256:5bab320be08d8906f2535cae851e96ac35b046a2da54de1d9e28d8bbac7d34d9"}, - {file = "cfn_lint-1.8.2.tar.gz", hash = "sha256:8c3f8a6946d7829c4e4858bb646c15b0b20c8290c2200c69d9e008b5e5bcadaf"}, + {file = "cfn_lint-1.9.0-py3-none-any.whl", hash = "sha256:df093bdef07a786a73d99eb739a162599706d217b95c86437823e4090c59ddcb"}, + {file = "cfn_lint-1.9.0.tar.gz", hash = "sha256:103d4964e37af6e3c1a0c625a649f42f1784fc35ca77b4b15e4c90fe77373de7"}, ] [package.dependencies] @@ -3707,4 +3707,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "6332c35b465de1217ac59d4f24d6ae8c57500016c237466e618fae83ec3a4058" +content-hash = "14838e3db85e720fb26d6f1ac24614e381c64eaf730641ad62cd8070bbaa0046" diff --git a/pyproject.toml b/pyproject.toml index 994ec0762c8..efd0f6c56cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ datadog = ["datadog-lambda"] datamasking = ["aws-encryption-sdk", "jsonpath-ng"] [tool.poetry.group.dev.dependencies] -cfn-lint = "1.8.2" +cfn-lint = "1.9.0" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"