From ed98e02f9ad7fab1dac9dd2c60074ce49ea81afb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 21:31:55 +0200 Subject: [PATCH] fix(deps): update dependency yamllint to v1.26.2 (#180) Co-authored-by: Renovate Bot --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 08a32ba..9a0cb36 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index cedc27e..504329d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"