diff --git a/scripts/poetry.lock b/scripts/poetry.lock index c36d32d5..eff92367 100644 --- a/scripts/poetry.lock +++ b/scripts/poetry.lock @@ -515,13 +515,13 @@ six = "*" [[package]] name = "cfn-lint" -version = "1.20.1" +version = "1.22.3" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.20.1-py3-none-any.whl", hash = "sha256:048e321b04a973e32cde6d866d36d9cff2ff4dc405dcdb8cac3c78db7e35b10c"}, - {file = "cfn_lint-1.20.1.tar.gz", hash = "sha256:94c21848c997adf3a977763f5fb8511dbdc77661bca7c3929946a95ccfbe517c"}, + {file = "cfn_lint-1.22.3-py3-none-any.whl", hash = "sha256:ac12818f5d4f7be21138f60b1c2e3c75d7de791cb343e482ebbc80e4f2103261"}, + {file = "cfn_lint-1.22.3.tar.gz", hash = "sha256:6c4d7ca2fa94086f7ce9822de945c36ed2205b173f2ae766f4781994a937ad46"}, ] [package.dependencies] @@ -2651,4 +2651,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "5101044fbb1fc17552277c14adb178f1b7e1646c5675ab60066efbe8e0c70c4e" +content-hash = "79c4057d29405f563b87ff4548c9297f705d688020a5f6c72b1a129e4b9ffa44" diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index dd649cd0..03c1a0c9 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.8" boto3 = "^1" checkov = "^3.2.10" troposphere = {extras = ["policy"], version = "^4.8.3"} -cfn-lint = "^1.20.1" +cfn-lint = "^1.22.3" [tool.poetry.dev-dependencies]