mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-25 22:30:42 +00:00
fix(deps): update dependency yamllint to v1.26.2 (#180)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
8f8131827a
commit
ed98e02f9a
8
poetry.lock
generated
8
poetry.lock
generated
@ -677,11 +677,11 @@ python-versions = "*"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yamllint"
|
name = "yamllint"
|
||||||
version = "1.26.1"
|
version = "1.26.2"
|
||||||
description = "A linter for YAML files."
|
description = "A linter for YAML files."
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.5.*"
|
python-versions = ">=3.5"
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
pathspec = ">=0.5.3"
|
pathspec = ">=0.5.3"
|
||||||
@ -714,7 +714,7 @@ ansible-base = ["ansible-base"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.6.0"
|
python-versions = "^3.6.0"
|
||||||
content-hash = "18586869b00a3c71741441a734c46edb08592885640f388fab5f17f6ee32540c"
|
content-hash = "93f86c8ea55528476725ea24fae1d1e894bd4d9947afea9e427fad7070360dce"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
ansible = [
|
ansible = [
|
||||||
@ -1132,7 +1132,7 @@ unidiff = [
|
|||||||
{file = "unidiff-0.6.0.tar.gz", hash = "sha256:90c5214e9a357ff4b2fee19d91e77706638e3e00592a732d9405ea4e93da981f"},
|
{file = "unidiff-0.6.0.tar.gz", hash = "sha256:90c5214e9a357ff4b2fee19d91e77706638e3e00592a732d9405ea4e93da981f"},
|
||||||
]
|
]
|
||||||
yamllint = [
|
yamllint = [
|
||||||
{file = "yamllint-1.26.1.tar.gz", hash = "sha256:87d9462b3ed7e9dfa19caa177f7a77cd9888b3dc4044447d6ae0ab233bcd1324"},
|
{file = "yamllint-1.26.2.tar.gz", hash = "sha256:0b08a96750248fdf21f1e8193cb7787554ef75ed57b27f621cd6b3bf09af11a1"},
|
||||||
]
|
]
|
||||||
yapf = [
|
yapf = [
|
||||||
{file = "yapf-0.31.0-py2.py3-none-any.whl", hash = "sha256:e3a234ba8455fe201eaa649cdac872d590089a18b661e39bbac7020978dd9c2e"},
|
{file = "yapf-0.31.0-py2.py3-none-any.whl", hash = "sha256:e3a234ba8455fe201eaa649cdac872d590089a18b661e39bbac7020978dd9c2e"},
|
||||||
|
@ -49,7 +49,7 @@ python-json-logger = "2.0.2"
|
|||||||
six = "1.16.0"
|
six = "1.16.0"
|
||||||
toolz = "0.11.1"
|
toolz = "0.11.1"
|
||||||
unidiff = "0.6.0"
|
unidiff = "0.6.0"
|
||||||
yamllint = "1.26.1"
|
yamllint = "1.26.2"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
bandit = "1.7.0"
|
bandit = "1.7.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user