diff --git a/poetry.lock b/poetry.lock index 433df590..566b5c3a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -101,13 +101,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.14.2" +version = "1.15.0" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.14.2-py3-none-any.whl", hash = "sha256:e88c473684fe78a23b6ccdce2fd393cf6a52a3a4b2b6e7160888bd41bd07aa8c"}, - {file = "cfn_lint-1.14.2.tar.gz", hash = "sha256:34343ec06fc9a08d8947fa1cd61d1e8ad3430ee745654099752da6f7d72f880d"}, + {file = "cfn_lint-1.15.0-py3-none-any.whl", hash = "sha256:d49fc9b2c0880c7b0da15fdbae722051f0dc560106321560e89637cbfec4f3ec"}, + {file = "cfn_lint-1.15.0.tar.gz", hash = "sha256:a0da5021ca1176bb42fcb35e4633af6d230cde95bd2fc42e63e41ae2ba413d17"}, ] [package.dependencies] @@ -964,4 +964,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "e7f82b06ef0f96b3dc65ffee36d508020e2c4adc01562e52ef9a98eccbc78866" +content-hash = "64d6fdf362afeddfd5e880c49559d80928e2ef6f88c9d54303b2d439c0537273" diff --git a/pyproject.toml b/pyproject.toml index 57ac5012..43760488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest = "^8.3.3" [tool.poetry.group.dev.dependencies] pre-commit = "^3.8.0" -cfn-lint = "^1.14.2" +cfn-lint = "^1.15.0" pip-licenses = "^5.0.0" [build-system]