diff --git a/poetry.lock b/poetry.lock index 8c5f3d3cc..36c62b572 100644 --- a/poetry.lock +++ b/poetry.lock @@ -145,13 +145,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.22.1" +version = "1.22.2" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.22.1-py3-none-any.whl", hash = "sha256:33f976cdbc4cdeaf9d939821e906baac91e615588574aecaa7033811297496a9"}, - {file = "cfn_lint-1.22.1.tar.gz", hash = "sha256:11085a8196ca1f381735782b4977be62a5860e26d3e0b578d2d4a244b9031b16"}, + {file = "cfn_lint-1.22.2-py3-none-any.whl", hash = "sha256:dd8f575f3cec51f07940fd2564a20a68377937ccac2d0c25b7f94713a7ccbad2"}, + {file = "cfn_lint-1.22.2.tar.gz", hash = "sha256:83b3fb9ada7caf94bc75b4bf13999371f74aae39bad92280fd8c9d114ba4006c"}, ] [package.dependencies] @@ -1136,4 +1136,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "cfbe350f48e1818d53172a7224e7f46ff00a1bc7233c6406a5d5a6279ef57d57" +content-hash = "ecbb70fac00c36a67559d9cd4e01b0686ce1be512b1f56d791edee467e492620" diff --git a/pyproject.toml b/pyproject.toml index a1f7da3c3..dd0c40ab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ jsonpath-rw = "^1.4.0" semver = "^3.0.2" gitpython = "^3.1.43" pre-commit = "^4.0.1" -cfn-lint = "^1.22.1" +cfn-lint = "^1.22.2" [tool.poetry.dev-dependencies] flake8 = "^7.1.1"