diff --git a/poetry.lock b/poetry.lock index 16ba03946f9..bf23b9162b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1109,14 +1109,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.36.1" +version = "1.37.0" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "cfn_lint-1.36.1-py3-none-any.whl", hash = "sha256:1f5eae322cabc9b73a717b83bf3a73709e2193fbf7fd399339e016a0838de7a3"}, - {file = "cfn_lint-1.36.1.tar.gz", hash = "sha256:ccb85398fb1d8d8d87edafe207ab6a133c4ab9aefd3ff93591b6ad8c3ccab291"}, + {file = "cfn_lint-1.37.0-py3-none-any.whl", hash = "sha256:4f4477ea77eb3a6a21e0e308f27e26c2a27fd78640bf8b18b8ff8d89a34e808d"}, + {file = "cfn_lint-1.37.0.tar.gz", hash = "sha256:e041a168dbe985b4c3b98c5d850b464e321ed43c8f53a3bb676269c2684b01fe"}, ] [package.dependencies] @@ -4909,4 +4909,4 @@ valkey = ["valkey-glide"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "9d50ecb3e477f1e665ba41c785377c97817adea9075e199fd04637c7eb15de5b" +content-hash = "aa45be60810564d7631b51525f2da0617fa74d9fc6c2b82af749d3b889b4c16b" diff --git a/pyproject.toml b/pyproject.toml index afcdbae3e62..1e63df64f64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,7 +113,7 @@ urllib3 = [ { version = ">=1.25.4,!=2.2.0,<3", python = ">=3.10" }, ] requests = ">=2.32.0" -cfn-lint = "1.36.1" +cfn-lint = "1.37.0" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"