fix(deps): update dependency yamllint to v1.35.0 (#773)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-02-15 12:29:39 +01:00 committed by GitHub
parent e6027445c8
commit d92da10f13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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"

View File

@ -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"]