diff --git a/poetry.lock b/poetry.lock index e5fc850e4f8..a0e74b5f791 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1075,14 +1075,14 @@ pycparser = "*" [[package]] name = "cfn-lint" -version = "1.35.0" +version = "1.35.1" 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.35.0-py3-none-any.whl", hash = "sha256:cac80684f22afb795cb8dd1b0247f1dc0efc9ff491d1bcb60f481aba6f995c95"}, - {file = "cfn_lint-1.35.0.tar.gz", hash = "sha256:110795daa7d34a93ca411b22406d2278a224a66702a4b32be3871cfd786af28f"}, + {file = "cfn_lint-1.35.1-py3-none-any.whl", hash = "sha256:2bf930d7b61fd4f2e7470ea503caa8628761c4ab75030944f7932e7508aaca63"}, + {file = "cfn_lint-1.35.1.tar.gz", hash = "sha256:0a564819088c95ba88c5dca23ba1fb3c6cdb86b2f6a40219f1abf2134c5b47d7"}, ] [package.dependencies] @@ -4885,4 +4885,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0.0" -content-hash = "ff1028bac86c6e6a9e6ed61b815fc1f6754ea214a3009337deced4c89d285d1c" +content-hash = "0168da0763239e3fc07fc0e7f90eb43d9bb4028c023335e011139baf3b342501" diff --git a/pyproject.toml b/pyproject.toml index 2a6d7fa7c46..aebd78fccea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ hvac = "^2.3.0" aws-requests-auth = "^0.4.3" urllib3 = "<2" requests = ">=2.32.0" -cfn-lint = "1.35.0" +cfn-lint = "1.35.1" mypy = "^1.1.1" types-python-dateutil = "^2.8.19.6" aws-cdk-aws-appsync-alpha = "^2.59.0a0"