diff --git a/poetry.lock b/poetry.lock index 89acccbb374..ec0cfe06336 100644 --- a/poetry.lock +++ b/poetry.lock @@ -390,13 +390,13 @@ files = [ [[package]] name = "cfn-lint" -version = "0.79.6" +version = "0.79.7" 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.6.tar.gz", hash = "sha256:09fc9cc497fc6d15e8b822a98fa0628ed6f8e9bcce6c289d95b2fc71d50aa63f"}, - {file = "cfn_lint-0.79.6-py3-none-any.whl", hash = "sha256:b67154460acb466e837590caa7a76bd95ec908961f21ba6de2d985309668ea29"}, + {file = "cfn-lint-0.79.7.tar.gz", hash = "sha256:fcdc195a89810482af93a335b57500fc928111998d8389087f85fd59155fc904"}, + {file = "cfn_lint-0.79.7-py3-none-any.whl", hash = "sha256:05d819e47f74f4d4862b874b0cc911b4ff9773862601ffec8a4f8791df0eab3a"}, ] [package.dependencies] @@ -2949,4 +2949,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "0d10a97be8e144737d6e0b2b9fafedafde51e709304e3cc21ce5be31afb0b317" +content-hash = "941c5fad32f86c3c8678bc7106ab34ca08c34ec75683cd54af5f81cb8c2edb20" diff --git a/pyproject.toml b/pyproject.toml index 1fb310ff78a..27725583125 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ aws-sdk = ["boto3"] datadog=["datadog-lambda"] [tool.poetry.group.dev.dependencies] -cfn-lint = "0.79.6" +cfn-lint = "0.79.7" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.25.0"