fix(deps): update dependency yamllint to v1.26.2 (#180)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-08-05 21:31:55 +02:00 committed by GitHub
parent 8f8131827a
commit ed98e02f9a
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

@ -677,11 +677,11 @@ python-versions = "*"
[[package]]
name = "yamllint"
version = "1.26.1"
version = "1.26.2"
description = "A linter for YAML files."
category = "main"
optional = false
python-versions = ">=3.5.*"
python-versions = ">=3.5"
[package.dependencies]
pathspec = ">=0.5.3"
@ -714,7 +714,7 @@ ansible-base = ["ansible-base"]
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "18586869b00a3c71741441a734c46edb08592885640f388fab5f17f6ee32540c"
content-hash = "93f86c8ea55528476725ea24fae1d1e894bd4d9947afea9e427fad7070360dce"
[metadata.files]
ansible = [
@ -1132,7 +1132,7 @@ unidiff = [
{file = "unidiff-0.6.0.tar.gz", hash = "sha256:90c5214e9a357ff4b2fee19d91e77706638e3e00592a732d9405ea4e93da981f"},
]
yamllint = [
{file = "yamllint-1.26.1.tar.gz", hash = "sha256:87d9462b3ed7e9dfa19caa177f7a77cd9888b3dc4044447d6ae0ab233bcd1324"},
{file = "yamllint-1.26.2.tar.gz", hash = "sha256:0b08a96750248fdf21f1e8193cb7787554ef75ed57b27f621cd6b3bf09af11a1"},
]
yapf = [
{file = "yapf-0.31.0-py2.py3-none-any.whl", hash = "sha256:e3a234ba8455fe201eaa649cdac872d590089a18b661e39bbac7020978dd9c2e"},

View File

@ -49,7 +49,7 @@ python-json-logger = "2.0.2"
six = "1.16.0"
toolz = "0.11.1"
unidiff = "0.6.0"
yamllint = "1.26.1"
yamllint = "1.26.2"
[tool.poetry.dev-dependencies]
bandit = "1.7.0"