diff --git a/poetry.lock b/poetry.lock index 7e9a42c7913..afab71311af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1057,13 +1057,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.15.0" +version = "1.15.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.15.0-py3-none-any.whl", hash = "sha256:d49fc9b2c0880c7b0da15fdbae722051f0dc560106321560e89637cbfec4f3ec"}, - {file = "cfn_lint-1.15.0.tar.gz", hash = "sha256:a0da5021ca1176bb42fcb35e4633af6d230cde95bd2fc42e63e41ae2ba413d17"}, + {file = "cfn_lint-1.15.1-py3-none-any.whl", hash = "sha256:3f7214eb03d9fcaa2f1ca7d066ede43efeaadaed46772394ed35ae5cfc5dd24c"}, + {file = "cfn_lint-1.15.1.tar.gz", hash = "sha256:b7d9296b10ca1fe0840efb1351dbe1648602e0aed60a875f738f0b125fe5a5a1"}, ] [package.dependencies] @@ -4310,4 +4310,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "553974caf58e17400aee07eb53872d8a5e909b7e799f103bea57d606bdbcca53" +content-hash = "827184d7c85cba3761afdab4b28927393ad7ba1ac3eb2ef809d1edb7a978b9d1" diff --git a/pyproject.toml b/pyproject.toml index a11da107f44..c6331d7de96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ datadog = ["datadog-lambda"] datamasking = ["aws-encryption-sdk", "jsonpath-ng"] [tool.poetry.group.dev.dependencies] -cfn-lint = "1.15.0" +cfn-lint = "1.15.1" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"