diff --git a/poetry.lock b/poetry.lock index a21a5e70f..7d5f8ff4a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -174,14 +174,14 @@ files = [ [[package]] name = "cfn-lint" -version = "1.43.3" +version = "1.43.4" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "cfn_lint-1.43.3-py3-none-any.whl", hash = "sha256:bf839130964903566e0d3ae738884c84b1a1aba60853aeca2240caca405d8e63"}, - {file = "cfn_lint-1.43.3.tar.gz", hash = "sha256:28ad830a84355c8b93bc557524df06131a7dd5d3c7e2cc7352a9903beeb4f704"}, + {file = "cfn_lint-1.43.4-py3-none-any.whl", hash = "sha256:c15e7013083c253afbc08b0e1ed056d7b6d8cf0fff9711af778b53a27d24dc5e"}, + {file = "cfn_lint-1.43.4.tar.gz", hash = "sha256:05021a9b9d2307860360d35e75558bc448f16b1e9a9279674ce457c3f7acef5b"}, ] [package.dependencies] @@ -1387,4 +1387,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "e9f862927a5adfddfbc79a9af7a9656bcda8c6ee35d27e11e569457130274d82" +content-hash = "c2fcfd906656de5a77332bc2e479cc8cb36a2549baf9d5baf414722985a4af6c" diff --git a/pyproject.toml b/pyproject.toml index 6ebec00e1..ce4f26633 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,11 +19,11 @@ python = "^3.12" requests = "^2.32.3" argparse = "^1.4.0" pre-commit = "^4.1.0" -cfn-lint = "^1.43.3" +cfn-lint = "^1.43.4" [tool.poetry.group.dev.dependencies] pre-commit = "^4.1.0" -cfn-lint = "^1.43.3" +cfn-lint = "^1.43.4" black = "^26.1.0" flake8 = "^7.1.2" pip-licenses = "^5.0.0"