diff --git a/poetry.lock b/poetry.lock index f35fd90ac99..a1d7620da1d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -555,13 +555,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.3.3" +version = "1.3.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.3.3-py3-none-any.whl", hash = "sha256:84a4f221275d8e84e170be0b8e8dd12e1757c52a74da33cf88bc987848a25f4c"}, - {file = "cfn_lint-1.3.3.tar.gz", hash = "sha256:283d7e56325549326f1d1f363083b72ce75c4c9b218758033008824f1228987b"}, + {file = "cfn_lint-1.3.5-py3-none-any.whl", hash = "sha256:76ad91b53454c7d2f7b7215d33544d3d4d821af8b1a3723186ab6b533cd82684"}, + {file = "cfn_lint-1.3.5.tar.gz", hash = "sha256:e535c1c8c007a7ccf6dce8deb0556d0bf0ee0c9e5d0ef839dd807d1e526dc957"}, ] [package.dependencies] @@ -3684,4 +3684,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "9efd09cc6311d54612f84b81be78d2bb45c62dfe86abfc07be6d7140d167969e" +content-hash = "44c49ce9eb3e40cb832e7ad8fcaf7e4433d4e4163fd3608b03d59c1c10071418" diff --git a/pyproject.toml b/pyproject.toml index 71fc761c856..47b22cb4136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,7 @@ datadog = ["datadog-lambda"] datamasking = ["aws-encryption-sdk", "jsonpath-ng"] [tool.poetry.group.dev.dependencies] -cfn-lint = "1.3.3" +cfn-lint = "1.3.5" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.28.0"