diff --git a/poetry.lock b/poetry.lock index c5d3e4e24a2..e0def94321c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1122,14 +1122,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.33.1" +version = "1.33.2" description = "Checks CloudFormation templates for practices and behaviour that could potentially be improved" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "cfn_lint-1.33.1-py3-none-any.whl", hash = "sha256:f72aced85b44f8b5d098a1844444276bec5297767bef65afcfee26e14d915dfa"}, - {file = "cfn_lint-1.33.1.tar.gz", hash = "sha256:2d8c3144055367c10784fe8a2ac2b88a06d89bede4c040fba41578f1e05cb1e6"}, + {file = "cfn_lint-1.33.2-py3-none-any.whl", hash = "sha256:0e67f921b190166bf66118526c4889cbd6eb49864fbb8ba8b5042930b6fa436c"}, + {file = "cfn_lint-1.33.2.tar.gz", hash = "sha256:46336435eb39cd39b50809ee1c88e1c74c5312e37268af791b691011e0a851fa"}, ] [package.dependencies] @@ -4935,4 +4935,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "b5cfe29e33cad5b4b622bd52a81a1f225ff954fd0c7d2d848877184ff8499655" +content-hash = "62a80aad13c908ddffe3cb74ea42316cb65299d189388693901c99804ce85d18" diff --git a/pyproject.toml b/pyproject.toml index 13bf105a681..3900e9ea6e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ hvac = "^2.3.0" aws-requests-auth = "^0.4.3" urllib3 = "<2" requests = ">=2.32.0" -cfn-lint = "1.33.1" +cfn-lint = "1.33.2" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"