fix(deps): update dependency yamllint to v1.28.0 (#453)

This commit is contained in:
renovate[bot] 2022-09-13 11:40:45 +02:00 committed by GitHub
parent 662aa5ea37
commit e561da7dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -678,7 +678,7 @@ python-versions = "*"
[[package]]
name = "yamllint"
version = "1.27.1"
version = "1.28.0"
description = "A linter for YAML files."
category = "main"
optional = false
@ -716,7 +716,7 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8.0"
content-hash = "f16970e9f88a6f8724146312d429c78f02f14ea50edd26db46776b80767cdfa0"
content-hash = "96fbd143469f843bd50ec16859355186317a064b82f1260feb241f34c435ef5f"
[metadata.files]
ansible = [
@ -1177,7 +1177,7 @@ unidiff = [
{file = "unidiff-0.7.4.tar.gz", hash = "sha256:2bbcbc986e1fb97f04b1d7b864aa6002ab02f4d8a996bf03aa6e5a81447d1fc5"},
]
yamllint = [
{file = "yamllint-1.27.1.tar.gz", hash = "sha256:e688324b58560ab68a1a3cff2c0a474e3fed371dfe8da5d1b9817b7df55039ce"},
{file = "yamllint-1.28.0.tar.gz", hash = "sha256:9e3d8ddd16d0583214c5fdffe806c9344086721f107435f68bad990e5a88826b"},
]
yapf = [
{file = "yapf-0.32.0-py2.py3-none-any.whl", hash = "sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32"},

View File

@ -47,7 +47,7 @@ python = "^3.8.0"
python-json-logger = "2.0.4"
toolz = "0.12.0"
unidiff = "0.7.4"
yamllint = "1.27.1"
yamllint = "1.28.0"
[tool.poetry.dev-dependencies]
bandit = "1.7.4"