mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-25 06:10:42 +00:00
fix(deps): update dependency yamllint to v1.35.0 (#773)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e6027445c8
commit
d92da10f13
8
poetry.lock
generated
8
poetry.lock
generated
@ -833,13 +833,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yamllint"
|
name = "yamllint"
|
||||||
version = "1.34.0"
|
version = "1.35.0"
|
||||||
description = "A linter for YAML files."
|
description = "A linter for YAML files."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "yamllint-1.34.0-py3-none-any.whl", hash = "sha256:33b813f6ff2ffad2e57a288281098392b85f7463ce1f3d5cd45aa848b916a806"},
|
{file = "yamllint-1.35.0-py3-none-any.whl", hash = "sha256:601b0adaaac6d9bacb16a2e612e7ee8d23caf941ceebf9bfe2cff0f196266004"},
|
||||||
{file = "yamllint-1.34.0.tar.gz", hash = "sha256:7f0a6a41e8aab3904878da4ae34b6248b6bc74634e0d3a90f0fb2d7e723a3d4f"},
|
{file = "yamllint-1.35.0.tar.gz", hash = "sha256:9bc99c3e9fe89b4c6ee26e17aa817cf2d14390de6577cb6e2e6ed5f72120c835"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -856,4 +856,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 = "e5d3af6e2a9f6189b461a1802a4e71a99591fd6f670c0ab81d2867ab6e38f41a"
|
content-hash = "1266255fc7fd17bacdabe3d25ea3f18413f431a2f45e0c971ff0f8f409def9e3"
|
||||||
|
@ -43,7 +43,7 @@ python = "^3.9.0"
|
|||||||
python-json-logger = "2.0.7"
|
python-json-logger = "2.0.7"
|
||||||
toolz = "0.12.1"
|
toolz = "0.12.1"
|
||||||
unidiff = "0.7.5"
|
unidiff = "0.7.5"
|
||||||
yamllint = "1.34.0"
|
yamllint = "1.35.0"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
ansible = ["ansible"]
|
ansible = ["ansible"]
|
||||||
|
Loading…
Reference in New Issue
Block a user