diff --git a/poetry.lock b/poetry.lock index b361531ed2e..426858b7e5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -497,17 +497,17 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "0.80.4" +version = "0.81.0" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.7, <=4.0, !=4.0" files = [ - {file = "cfn-lint-0.80.4.tar.gz", hash = "sha256:53589cc4c2002bdf6c21c91f43e78a17dfbef2e870d7f45b0cbcb57bc76418d0"}, - {file = "cfn_lint-0.80.4-py3-none-any.whl", hash = "sha256:b5d5bbe9932fb1ce8f60752387a8a19c54aacea80599c0c589df95f3fc86c157"}, + {file = "cfn-lint-0.81.0.tar.gz", hash = "sha256:532cbfe076fa8b68e70ec67743e9086169ef6d15be3306cae8aa57b38994fd8f"}, + {file = "cfn_lint-0.81.0-py3-none-any.whl", hash = "sha256:8f34392412ffe6213aa0897d469133123c2d8ad576a9cdafbc1f7b630f98d597"}, ] [package.dependencies] -aws-sam-translator = ">=1.73.0" +aws-sam-translator = ">=1.75.0" jschema-to-python = ">=1.2.3,<1.3.0" jsonpatch = "*" jsonschema = ">=3.0,<5" @@ -3172,4 +3172,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "1d547fb744ce9b7bb73cd4c52524e50c5cd7357923a7f9612a65245a30b173ed" +content-hash = "2d1a5759091be2953c290f9dfce271edfd6cab7de364101dae9d8d3f2cdf0539" diff --git a/pyproject.toml b/pyproject.toml index 7285d8590b8..d2e785b4761 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ datadog = ["datadog-lambda"] datamasking-aws-sdk = ["aws-encryption-sdk"] [tool.poetry.group.dev.dependencies] -cfn-lint = "0.80.4" +cfn-lint = "0.81.0" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" httpx = ">=0.23.3,<0.25.0"