mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-24 13:50:41 +00:00
fix(deps): update dependency yamllint to v1.35.1 (#774)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d92da10f13
commit
f754a7f292
8
poetry.lock
generated
8
poetry.lock
generated
@ -833,13 +833,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yamllint"
|
name = "yamllint"
|
||||||
version = "1.35.0"
|
version = "1.35.1"
|
||||||
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.35.0-py3-none-any.whl", hash = "sha256:601b0adaaac6d9bacb16a2e612e7ee8d23caf941ceebf9bfe2cff0f196266004"},
|
{file = "yamllint-1.35.1-py3-none-any.whl", hash = "sha256:2e16e504bb129ff515b37823b472750b36b6de07963bd74b307341ef5ad8bdc3"},
|
||||||
{file = "yamllint-1.35.0.tar.gz", hash = "sha256:9bc99c3e9fe89b4c6ee26e17aa817cf2d14390de6577cb6e2e6ed5f72120c835"},
|
{file = "yamllint-1.35.1.tar.gz", hash = "sha256:7a003809f88324fd2c877734f2d575ee7881dd9043360657cc8049c809eba6cd"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[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 = "1266255fc7fd17bacdabe3d25ea3f18413f431a2f45e0c971ff0f8f409def9e3"
|
content-hash = "16372a7b2c11726e7c548316190467b257df15c0ebdb30692e63f45b0ef80228"
|
||||||
|
@ -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.35.0"
|
yamllint = "1.35.1"
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
ansible = ["ansible"]
|
ansible = ["ansible"]
|
||||||
|
Loading…
Reference in New Issue
Block a user