diff --git a/poetry.lock b/poetry.lock index 468ce92c484..cdfe727328d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -555,13 +555,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.3.3" +version = "1.3.4" 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.4-py3-none-any.whl", hash = "sha256:a2d15ac19d70efc2c955f03e1d6fa0b5dd2acff2cb20863d0f2bf89d958dd9ae"}, + {file = "cfn_lint-1.3.4.tar.gz", hash = "sha256:1f4bea7eb07a446af677581d90dc7685fc16a84853a89d0c0c582acc8574e632"}, ] [package.dependencies] @@ -3684,4 +3684,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "affad435f77314fdc42770aedfd3c1fed0bdafffaa96c51af9149be8ab96d1dc" +content-hash = "87210a5a8d490d3bec2fca1b6c76a1e4ee05ebfd6557507800e3d6f811234adb" diff --git a/pyproject.toml b/pyproject.toml index 519537bc196..24eb386af52 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.4" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.28.0"