diff --git a/poetry.lock b/poetry.lock index 0b01594e..f09c0f70 100644 --- a/poetry.lock +++ b/poetry.lock @@ -209,13 +209,13 @@ files = [ [[package]] name = "cfn-lint" -version = "1.22.4" +version = "1.22.5" 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.4-py3-none-any.whl", hash = "sha256:fc8d41f581cbc03adbb3fc7caccc3ba43945fb7a7ffae26d8c51bc65741baa6f"}, - {file = "cfn_lint-1.22.4.tar.gz", hash = "sha256:c70b578ac6f44f9f487ca9aeb6fd9a75836fdbe379e073aef8b4161e06071bdd"}, + {file = "cfn_lint-1.22.5-py3-none-any.whl", hash = "sha256:18309e59cc03ff18b02676688df7eb1a17f5276da3776f31946fc0d9aa9b8fe7"}, + {file = "cfn_lint-1.22.5.tar.gz", hash = "sha256:8b4f55e283143e99d8d331627637226c291cecfb936606f7aab2d940e71e566d"}, ] [package.dependencies] @@ -1517,4 +1517,4 @@ termcolor = ">=2.3,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "b1b2ee820781dc3a04a47dfeeed03799e2f49c9a5b7aae8d760da40104dba05e" +content-hash = "48b88714a961a2a93fce25d71189b17e330a47d427a3ebc2a707558a61ed3a0f" diff --git a/pyproject.toml b/pyproject.toml index 80061d6d..2be2f018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ jsonpath-rw = "^1.4.0" semver = "^3.0.3" gitpython = "^3.1.44" pre-commit = "^4.0.1" -cfn-lint = "^1.22.4" +cfn-lint = "^1.22.5" proxygen-cli = "^2.1.19" [tool.poetry.dev-dependencies]