diff --git a/poetry.lock b/poetry.lock index bce8c49a16..edb9ead529 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1078,13 +1078,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.22.0" +version = "1.22.1" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.22.0-py3-none-any.whl", hash = "sha256:d925233e5f9194ce8f45757fa8ad64ce4c1bc5ae24da162424736ea9e7c8d624"}, - {file = "cfn_lint-1.22.0.tar.gz", hash = "sha256:10d85c2087ee00008ec50ce130b60606572c03d6f6d9a4624b4f4dc889a604c3"}, + {file = "cfn_lint-1.22.1-py3-none-any.whl", hash = "sha256:33f976cdbc4cdeaf9d939821e906baac91e615588574aecaa7033811297496a9"}, + {file = "cfn_lint-1.22.1.tar.gz", hash = "sha256:11085a8196ca1f381735782b4977be62a5860e26d3e0b578d2d4a244b9031b16"}, ] [package.dependencies] @@ -4412,4 +4412,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "eed10ac9999a8c4ac161ae59070ed2aab6a27f9feb3b5b5f764227fe762fef2a" +content-hash = "ebafdda7d14deadca33442378cd34060bdd0b4d550d888ce70dea77f98e965f5" diff --git a/pyproject.toml b/pyproject.toml index a4c0bcb480..c3715970ad 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.22.0" +cfn-lint = "1.22.1" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"