diff --git a/poetry.lock b/poetry.lock index 0c216b7..c242b52 100644 --- a/poetry.lock +++ b/poetry.lock @@ -833,13 +833,13 @@ files = [ [[package]] name = "yamllint" -version = "1.34.0" +version = "1.35.0" description = "A linter for YAML files." optional = false python-versions = ">=3.8" files = [ - {file = "yamllint-1.34.0-py3-none-any.whl", hash = "sha256:33b813f6ff2ffad2e57a288281098392b85f7463ce1f3d5cd45aa848b916a806"}, - {file = "yamllint-1.34.0.tar.gz", hash = "sha256:7f0a6a41e8aab3904878da4ae34b6248b6bc74634e0d3a90f0fb2d7e723a3d4f"}, + {file = "yamllint-1.35.0-py3-none-any.whl", hash = "sha256:601b0adaaac6d9bacb16a2e612e7ee8d23caf941ceebf9bfe2cff0f196266004"}, + {file = "yamllint-1.35.0.tar.gz", hash = "sha256:9bc99c3e9fe89b4c6ee26e17aa817cf2d14390de6577cb6e2e6ed5f72120c835"}, ] [package.dependencies] @@ -856,4 +856,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "e5d3af6e2a9f6189b461a1802a4e71a99591fd6f670c0ab81d2867ab6e38f41a" +content-hash = "1266255fc7fd17bacdabe3d25ea3f18413f431a2f45e0c971ff0f8f409def9e3" diff --git a/pyproject.toml b/pyproject.toml index cec95a1..c83fc3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ python = "^3.9.0" python-json-logger = "2.0.7" toolz = "0.12.1" unidiff = "0.7.5" -yamllint = "1.34.0" +yamllint = "1.35.0" [tool.poetry.extras] ansible = ["ansible"]