fix(deps): update dependency yamllint to v1.27.1 (#402)

This commit is contained in:
renovate[bot] 2022-07-11 20:50:24 +02:00 committed by GitHub
parent a9179da18d
commit 3d65b4a2b2
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

@ -662,11 +662,11 @@ python-versions = "*"
[[package]]
name = "yamllint"
version = "1.26.3"
version = "1.27.1"
description = "A linter for YAML files."
category = "main"
optional = false
python-versions = ">=3.5"
python-versions = ">=3.6"
[package.dependencies]
pathspec = ">=0.5.3"
@ -699,7 +699,7 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8.0"
content-hash = "0482e7aec97f9ad62017ffc5a2b37af8e01fa3acc523d3e902d508ccde2c5133"
content-hash = "35c8e76c3f8a111559bb4aa44c968e0defa872ad3e486e509678847a30dc4bfb"
[metadata.files]
ansible = [
@ -1144,7 +1144,7 @@ unidiff = [
{file = "unidiff-0.7.4.tar.gz", hash = "sha256:2bbcbc986e1fb97f04b1d7b864aa6002ab02f4d8a996bf03aa6e5a81447d1fc5"},
]
yamllint = [
{file = "yamllint-1.26.3.tar.gz", hash = "sha256:3934dcde484374596d6b52d8db412929a169f6d9e52e20f9ade5bf3523d9b96e"},
{file = "yamllint-1.27.1.tar.gz", hash = "sha256:e688324b58560ab68a1a3cff2c0a474e3fed371dfe8da5d1b9817b7df55039ce"},
]
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.3"
toolz = "0.12.0"
unidiff = "0.7.4"
yamllint = "1.26.3"
yamllint = "1.27.1"
[tool.poetry.dev-dependencies]
bandit = "1.7.4"