fix(deps): update dependency yamllint to v1.32.0

This commit is contained in:
renovate[bot] 2023-05-28 22:39:03 +00:00 committed by GitHub
parent ccc1fe999d
commit a9279bd87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -759,14 +759,14 @@ files = [
[[package]]
name = "yamllint"
version = "1.31.0"
version = "1.32.0"
description = "A linter for YAML files."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "yamllint-1.31.0-py3-none-any.whl", hash = "sha256:15f4bdb645e6a4a0a22fe5415bc38b4a934c51419b30104896d2f3f95e329185"},
{file = "yamllint-1.31.0.tar.gz", hash = "sha256:2d83f1d12f733e162a87e06b176149d7bb9c5bae4a9e5fce1c771d7f703f7a65"},
{file = "yamllint-1.32.0-py3-none-any.whl", hash = "sha256:d97a66e48da820829d96077d76b8dfbe6c6140f106e558dae87e81ac4e6b30b7"},
{file = "yamllint-1.32.0.tar.gz", hash = "sha256:d01dde008c65de5b235188ab3110bebc59d18e5c65fc8a58267cd211cd9df34a"},
]
[package.dependencies]
@ -798,4 +798,4 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0"
content-hash = "12e5e82f0bce46cad2f3595a35ca785743c108411ac0ac9a87434c62990e0620"
content-hash = "04de7defb08cc2c54ac5e037a6cd581613da3ccb95b74f7b7e680e25f03ffb2e"

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.31.0"
yamllint = "1.32.0"
[tool.poetry.extras]
ansible = ["ansible"]