diff --git a/poetry.lock b/poetry.lock index eb38c979a34..cafef7b8bf7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -404,17 +404,17 @@ files = [ [[package]] name = "cfn-lint" -version = "0.79.8" +version = "0.79.9" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.7, <=4.0, !=4.0" files = [ - {file = "cfn-lint-0.79.8.tar.gz", hash = "sha256:d121fe4fac7690247e5124644509e5c8ca9eabb9d7508d28b66c6d3f8c45629e"}, - {file = "cfn_lint-0.79.8-py3-none-any.whl", hash = "sha256:0e2d026ea11b3f1cbab64aaa9df0ec9f31bbf5c40ad84d8a19c17ba8212314b6"}, + {file = "cfn-lint-0.79.9.tar.gz", hash = "sha256:fb8a5fc674ce39469a66d37de19130f4b31fbe4685a19b65ec51c8c8f35e8990"}, + {file = "cfn_lint-0.79.9-py3-none-any.whl", hash = "sha256:e151194ca5b4994d68593f4b0fd3cda3bb28edea2023528ca34ecf82b914eec1"}, ] [package.dependencies] -aws-sam-translator = ">=1.71.0" +aws-sam-translator = ">=1.73.0" jschema-to-python = ">=1.2.3,<1.3.0" jsonpatch = "*" jsonschema = ">=3.0,<4.18" @@ -2992,4 +2992,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "05d0774e5d3f7bb40b876aed38d34a3b210233289381f965f26fbae8da2f02ad" +content-hash = "ae359f90595dce4d0659a4725d7f8117dd152a7805212194986595d1e2b60bcd" diff --git a/pyproject.toml b/pyproject.toml index 6f2513cbd53..9859a71a1e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ aws-sdk = ["boto3"] datadog=["datadog-lambda"] [tool.poetry.group.dev.dependencies] -cfn-lint = "0.79.8" +cfn-lint = "0.79.9" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.25.0"