diff --git a/poetry.lock b/poetry.lock index 103367fca6c..0a22c9a41c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -573,13 +573,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.4.1" +version = "1.4.2" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.4.1-py3-none-any.whl", hash = "sha256:b0bf5ac9c46b7a7f5c374eacf43a4422fb483a5fb2db2021dc1ec19f811d6b69"}, - {file = "cfn_lint-1.4.1.tar.gz", hash = "sha256:7727664967daae1256249fdd5c9efd9beb4df0019f8bd220ddf0678d72b7ae11"}, + {file = "cfn_lint-1.4.2-py3-none-any.whl", hash = "sha256:7b884d0c79b7f3b40212df42299211e2c4f37e1598ac9f5d36c7e2142d23702c"}, + {file = "cfn_lint-1.4.2.tar.gz", hash = "sha256:5f70df127c438117bb7f6da73e2310cebcf1901ba5ed001c6fbb0715c09efdde"}, ] [package.dependencies] @@ -3703,4 +3703,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "1b83aa25f2a98d44c287f6cae425948e81ee12606236cae014ac985b638abb01" +content-hash = "bc565961e4759a94c23ec09a14f33b88bef62a2d3684001f4bc0077e7888d228" diff --git a/pyproject.toml b/pyproject.toml index fa32cf6bdbd..9f7c0246fa5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ datadog = ["datadog-lambda"] datamasking = ["aws-encryption-sdk", "jsonpath-ng"] [tool.poetry.group.dev.dependencies] -cfn-lint = "1.4.1" +cfn-lint = "1.4.2" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"