diff --git a/poetry.lock b/poetry.lock index 66c23df7403..6554ff2db00 100644 --- a/poetry.lock +++ b/poetry.lock @@ -369,23 +369,23 @@ files = [ [[package]] name = "cfn-lint" -version = "0.67.0" +version = "0.74.0" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" category = "dev" optional = false python-versions = ">=3.7, <=4.0, !=4.0" files = [ - {file = "cfn-lint-0.67.0.tar.gz", hash = "sha256:dfa707e06f4a530ffc9cf66c0af7a4f28b11190b7a6a22536a6c4aa6afc5ff06"}, - {file = "cfn_lint-0.67.0-py3-none-any.whl", hash = "sha256:3526213b91f1740231cac894652046daa77409a0c0ca755589ab21d5faab8fd1"}, + {file = "cfn-lint-0.74.0.tar.gz", hash = "sha256:b5096fe3d1a1f6ff99cfd1b219b9237ec10759a92784391b98d586dc345a39ee"}, + {file = "cfn_lint-0.74.0-py3-none-any.whl", hash = "sha256:af383047ed373d947392c62a269187a98f7ec5ccc851ddf77c5c0fae334b3ae2"}, ] [package.dependencies] -aws-sam-translator = ">=1.52.0" +aws-sam-translator = ">=1.59.0" jschema-to-python = ">=1.2.3,<1.3.0" jsonpatch = "*" jsonschema = ">=3.0,<5" junit-xml = ">=1.9,<2.0" -networkx = ">=2.4,<3.0" +networkx = ">=2.4,<4" pyyaml = ">5.4" sarif-om = ">=1.0.4,<1.1.0" @@ -2958,4 +2958,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "5e3aa998ffae6aaff9642b1bb3048faf90556807972f566d886f7ec3da5f7c7c" +content-hash = "b4d240c2dfd178a626a2a140e9e56e530aecadb1af673e105a1b44fe84619ece" diff --git a/pyproject.toml b/pyproject.toml index b589e15a975..d92e1106351 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ all = ["pydantic", "aws-xray-sdk", "fastjsonschema"] aws-sdk = ["boto3"] [tool.poetry.group.dev.dependencies] -cfn-lint = "0.67.0" +cfn-lint = "0.74.0" mypy = "^0.982" types-python-dateutil = "^2.8.19.6" httpx = "^0.23.3"