diff --git a/poetry.lock b/poetry.lock index 119c34c..ec13acd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -111,14 +111,14 @@ files = [ [[package]] name = "cfn-lint" -version = "1.43.4" +version = "1.44.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.43.4-py3-none-any.whl", hash = "sha256:c15e7013083c253afbc08b0e1ed056d7b6d8cf0fff9711af778b53a27d24dc5e"}, - {file = "cfn_lint-1.43.4.tar.gz", hash = "sha256:05021a9b9d2307860360d35e75558bc448f16b1e9a9279674ce457c3f7acef5b"}, + {file = "cfn_lint-1.44.0-py3-none-any.whl", hash = "sha256:25f04e9727330226d01e7ff99cdda535d3bac20be0c5cb03ecbea38405fcdaaa"}, + {file = "cfn_lint-1.44.0.tar.gz", hash = "sha256:b17cbcc24852035a2a0cae2afe45f7e0b8694d7439c76a0e775dcfb6703a73d3"}, ] [package.dependencies] @@ -1191,4 +1191,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "bbe9a3c111258811aab637ae73a83799309c364f3ac3237e31244e1b96d981e3" +content-hash = "63661fc6fae9a52d0ce7d10003fcd01af0b3c92469548269b423d5a7037b3675" diff --git a/pyproject.toml b/pyproject.toml index e816d97..632ba64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,6 @@ requests = "^2.32.5" [tool.poetry.group.dev.dependencies] pre-commit = "^4.5.1" -cfn-lint = "^1.43.4" +cfn-lint = "^1.44.0" [tool.poetry.scripts]