diff --git a/poetry.lock b/poetry.lock index 80e78cae1b9..157210b7daa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -352,13 +352,13 @@ files = [ [[package]] name = "cfn-lint" -version = "0.77.9" +version = "0.77.10" 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.77.9.tar.gz", hash = "sha256:7c1e631b723b521234d92d4081934291b256dba28d723ddb7ff105215fe40020"}, - {file = "cfn_lint-0.77.9-py3-none-any.whl", hash = "sha256:f95b503f7465ee1f2f89ddf32289ea03a517f08c366bb8e6a5d6773a11e5a1aa"}, + {file = "cfn-lint-0.77.10.tar.gz", hash = "sha256:c3bd6f5ae12641b6f99e100a4654e12448a9e16a0e0579afec8369709e12c904"}, + {file = "cfn_lint-0.77.10-py3-none-any.whl", hash = "sha256:88ecb273a1a1770f206b957374cf33cb0b0779d14da482e9800e879897af9fa0"}, ] [package.dependencies] @@ -2939,4 +2939,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "0add647781de3fcd05c901f5436eb2e053e694771d42c58f7ea2829c48f05734" +content-hash = "609e534bf663eef59c8c8673cff46be3c6b9c536e986485b5518bd11b30bfe8c" diff --git a/pyproject.toml b/pyproject.toml index bcb8a2ba59f..f6a781f84da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ all = ["pydantic", "aws-xray-sdk", "fastjsonschema"] aws-sdk = ["boto3"] [tool.poetry.group.dev.dependencies] -cfn-lint = "0.77.9" +cfn-lint = "0.77.10" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.25.0"