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

This commit is contained in:
renovate[bot] 2023-04-25 07:51:45 +00:00 committed by GitHub
parent 4ba87b90fe
commit f4f35b3021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 5 deletions

11
poetry.lock generated
View File

@ -759,19 +759,22 @@ files = [
[[package]] [[package]]
name = "yamllint" name = "yamllint"
version = "1.30.0" version = "1.31.0"
description = "A linter for YAML files." description = "A linter for YAML files."
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "yamllint-1.30.0.tar.gz", hash = "sha256:4f58f323aedda16189a489d183ecc25c66d7a9cc0fe88f61b650fef167b13190"}, {file = "yamllint-1.31.0-py3-none-any.whl", hash = "sha256:15f4bdb645e6a4a0a22fe5415bc38b4a934c51419b30104896d2f3f95e329185"},
{file = "yamllint-1.31.0.tar.gz", hash = "sha256:2d83f1d12f733e162a87e06b176149d7bb9c5bae4a9e5fce1c771d7f703f7a65"},
] ]
[package.dependencies] [package.dependencies]
pathspec = ">=0.5.3" pathspec = ">=0.5.3"
pyyaml = "*" pyyaml = "*"
setuptools = "*"
[package.extras]
dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[[package]] [[package]]
name = "yapf" name = "yapf"
@ -795,4 +798,4 @@ ansible-core = ["ansible-core"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9.0" python-versions = "^3.9.0"
content-hash = "1ce9833f9f106c8f881a64c4cf4f0554011d3cc83b8409dea333ee1669580415" content-hash = "b72241cd3025da443f830df6366bc222a645b0a013f975c2a34560e13fc38259"

View File

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