fix(deps): update dependency yamllint to v1.29.0 (#525)

This commit is contained in:
renovate[bot] 2023-01-16 09:38:14 +01:00 committed by GitHub
parent d3f1e42f3e
commit 1130a168d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -1098,14 +1098,14 @@ files = [
[[package]] [[package]]
name = "yamllint" name = "yamllint"
version = "1.28.0" version = "1.29.0"
description = "A linter for YAML files." description = "A linter for YAML files."
category = "main" category = "main"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.7"
files = [ files = [
{file = "yamllint-1.28.0-py2.py3-none-any.whl", hash = "sha256:89bb5b5ac33b1ade059743cf227de73daa34d5e5a474b06a5e17fc16583b0cf2"}, {file = "yamllint-1.29.0-py3-none-any.whl", hash = "sha256:5153bf9f8205aa9dc6af6217e38bd4f5baf09d9a7c6f4ae1e23f90d9c00c49c5"},
{file = "yamllint-1.28.0.tar.gz", hash = "sha256:9e3d8ddd16d0583214c5fdffe806c9344086721f107435f68bad990e5a88826b"}, {file = "yamllint-1.29.0.tar.gz", hash = "sha256:66a755d5fbcbb8831f1a9568676329b5bac82c37995bcc9afd048b6459f9fa48"},
] ]
[package.dependencies] [package.dependencies]
@ -1132,4 +1132,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 = "a124c22fd5292b273030bbeb10b03b1b472d2331354af7ed05706966696e8ab8" content-hash = "3191ffe8a26b1700767c882b4aef8ed6861e5daa152774ac7acc774514a1ef44"

View File

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