From 11e8f1fdbfc24417bce527411e1f326a576c0e2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 21:04:43 +0200 Subject: [PATCH] fix(deps): update dependency yamllint to v1.26.3 (#191) Co-authored-by: Renovate Bot --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 49a430d..6b0b106 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"}, diff --git a/pyproject.toml b/pyproject.toml index 7d0aa16..704310c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"