fix(deps): update dependency yamllint to v1.30.0 (#565)

This commit is contained in:
renovate[bot] 2023-03-28 08:46:29 +02:00 committed by GitHub
parent 6190e9a132
commit 8b7011689f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

7
poetry.lock generated
View File

@ -760,14 +760,13 @@ files = [
[[package]]
name = "yamllint"
version = "1.29.0"
version = "1.30.0"
description = "A linter for YAML files."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "yamllint-1.29.0-py3-none-any.whl", hash = "sha256:5153bf9f8205aa9dc6af6217e38bd4f5baf09d9a7c6f4ae1e23f90d9c00c49c5"},
{file = "yamllint-1.29.0.tar.gz", hash = "sha256:66a755d5fbcbb8831f1a9568676329b5bac82c37995bcc9afd048b6459f9fa48"},
{file = "yamllint-1.30.0.tar.gz", hash = "sha256:4f58f323aedda16189a489d183ecc25c66d7a9cc0fe88f61b650fef167b13190"},
]
[package.dependencies]
@ -794,4 +793,4 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0"
content-hash = "668fa4cf301a79b09ab17a01cb6309273efb7519527a18e0a67f281175d983b2"
content-hash = "49ff73b067d3e232a3dc5a06e48b66c15805f5dc7e9763206482e71407ebe706"

View File

@ -46,7 +46,7 @@ python = "^3.9.0"
python-json-logger = "2.0.7"
toolz = "0.12.0"
unidiff = "0.7.5"
yamllint = "1.29.0"
yamllint = "1.30.0"
[tool.poetry.extras]
ansible = ["ansible"]