diff --git a/poetry.lock b/poetry.lock index ca14eb49d..a154a0fe8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -175,13 +175,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.23.1" +version = "1.24.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.23.1-py3-none-any.whl", hash = "sha256:6f89f557dea6484cd5bc1b32cef91e9898dd1d98f12d5b59a7f6baf9cf61b7ee"}, - {file = "cfn_lint-1.23.1.tar.gz", hash = "sha256:2ee8722673414a3993921d87cc1893934d313b9b953da7a91442f81958d86644"}, + {file = "cfn_lint-1.24.0-py3-none-any.whl", hash = "sha256:b8ca01ba384587aa7c0e09bf71cb4fa6993bd6da56498139f316e238f47d4eb8"}, + {file = "cfn_lint-1.24.0.tar.gz", hash = "sha256:8b081808aa3a2f60abf9ef4ce05b1f270adab5b81124376f2f8e95c2fd767fb6"}, ] [package.dependencies] @@ -1575,4 +1575,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "07015c44752189bac3945d4fabc1023d94fa62ed76aaa5e1bf1532c675eef9c3" +content-hash = "3ce1724949f503c854e02a889f53c4a92234c22ce26207e17bc2a783cb8d5b54" diff --git a/pyproject.toml b/pyproject.toml index f879c7f95..bbb782717 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ boto3 = "^1.36.13" argparse = "^1.4.0" pre-commit = "^3.5.0" pytest = "^8.3.4" -cfn-lint = "^1.23.1" +cfn-lint = "^1.24.0" [tool.poetry.dev-dependencies] flake8 = "^5.0.4"