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.33.0 (#714)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
62c137a130
commit
c1e8ceb7da
10
poetry.lock
generated
10
poetry.lock
generated
@ -858,13 +858,13 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "yamllint"
|
||||
version = "1.32.0"
|
||||
version = "1.33.0"
|
||||
description = "A linter for YAML files."
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "yamllint-1.32.0-py3-none-any.whl", hash = "sha256:d97a66e48da820829d96077d76b8dfbe6c6140f106e558dae87e81ac4e6b30b7"},
|
||||
{file = "yamllint-1.32.0.tar.gz", hash = "sha256:d01dde008c65de5b235188ab3110bebc59d18e5c65fc8a58267cd211cd9df34a"},
|
||||
{file = "yamllint-1.33.0-py3-none-any.whl", hash = "sha256:28a19f5d68d28d8fec538a1db21bb2d84c7dc2e2ea36266da8d4d1c5a683814d"},
|
||||
{file = "yamllint-1.33.0.tar.gz", hash = "sha256:2dceab9ef2d99518a2fcf4ffc964d44250ac4459be1ba3ca315118e4a1a81f7d"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@ -881,4 +881,4 @@ ansible-core = ["ansible-core"]
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9.0"
|
||||
content-hash = "80d9c63d89ae730d5abdf99e236cf48da179eb5ff672b23e959a2f976b392388"
|
||||
content-hash = "9c08bbe9198e2f5abcee993a4dde9eb59793354b26f28c5bd1244da655733249"
|
||||
|
@ -47,7 +47,7 @@ python = "^3.9.0"
|
||||
python-json-logger = "2.0.7"
|
||||
toolz = "0.12.0"
|
||||
unidiff = "0.7.5"
|
||||
yamllint = "1.32.0"
|
||||
yamllint = "1.33.0"
|
||||
|
||||
[tool.poetry.extras]
|
||||
ansible = ["ansible"]
|
||||
|
Loading…
Reference in New Issue
Block a user