diff --git a/poetry.lock b/poetry.lock index bae6a6da4fd..6c704c785ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -590,13 +590,13 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.11.0" +version = "1.11.1" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.8" files = [ - {file = "cfn_lint-1.11.0-py3-none-any.whl", hash = "sha256:83bc47443c9ad9955c613877396a8f96bb34916819814f4c8ddc760d45f77929"}, - {file = "cfn_lint-1.11.0.tar.gz", hash = "sha256:4e276e28df09a0e4a521c544ed4ded61c899c747095d9d46d7df6f5ab9ead171"}, + {file = "cfn_lint-1.11.1-py3-none-any.whl", hash = "sha256:25d41467cf9de1bbfae5a099581ab4e5ef10e8df30b57034a033830ee9a2e244"}, + {file = "cfn_lint-1.11.1.tar.gz", hash = "sha256:676ce33b3ef37a2d18adc6c931ed87486b4d6b728e6fe11198c7e56bb4be1234"}, ] [package.dependencies] @@ -3742,4 +3742,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "11e3d443ab07394d5fd5c459484fe7c60d5f7166a04a71752e5ec61599e7aafa" +content-hash = "23728a42e393182280fd4f57139cd00661d0f317111e21f385b9cd1899521353" diff --git a/pyproject.toml b/pyproject.toml index 8083c712da2..d1f25cbbb11 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.11.0" +cfn-lint = "1.11.1" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"