fix(deps): update dependency yamllint to v1.26.3 (#191)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-08-23 21:04:43 +02:00 committed by GitHub
parent b41faa2f81
commit 11e8f1fdbf
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

@ -677,7 +677,7 @@ python-versions = "*"
[[package]]
name = "yamllint"
version = "1.26.2"
version = "1.26.3"
description = "A linter for YAML files."
category = "main"
optional = false
@ -714,7 +714,7 @@ ansible-base = ["ansible-base"]
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "1781e56a30f9ccfbda80716a304745cf437176caeb7f760c97f3bb6d7e2902e1"
content-hash = "cb4fae500c0e6407d78fa36b231c8f3cc9ccd3095bddf06f5349655eee2d7ded"
[metadata.files]
ansible = [
@ -1154,7 +1154,7 @@ unidiff = [
{file = "unidiff-0.6.0.tar.gz", hash = "sha256:90c5214e9a357ff4b2fee19d91e77706638e3e00592a732d9405ea4e93da981f"},
]
yamllint = [
{file = "yamllint-1.26.2.tar.gz", hash = "sha256:0b08a96750248fdf21f1e8193cb7787554ef75ed57b27f621cd6b3bf09af11a1"},
{file = "yamllint-1.26.3.tar.gz", hash = "sha256:3934dcde484374596d6b52d8db412929a169f6d9e52e20f9ade5bf3523d9b96e"},
]
yapf = [
{file = "yapf-0.31.0-py2.py3-none-any.whl", hash = "sha256:e3a234ba8455fe201eaa649cdac872d590089a18b661e39bbac7020978dd9c2e"},

View File

@ -48,7 +48,7 @@ python = "^3.6.0"
python-json-logger = "2.0.2"
toolz = "0.11.1"
unidiff = "0.6.0"
yamllint = "1.26.2"
yamllint = "1.26.3"
[tool.poetry.dev-dependencies]
bandit = "1.7.0"