mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 04:40:42 +00:00
fix(deps): update dependency yamllint to v1.27.1 (#402)
This commit is contained in:
parent
a9179da18d
commit
3d65b4a2b2
8
poetry.lock
generated
8
poetry.lock
generated
@ -662,11 +662,11 @@ python-versions = "*"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yamllint"
|
name = "yamllint"
|
||||||
version = "1.26.3"
|
version = "1.27.1"
|
||||||
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.6"
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
pathspec = ">=0.5.3"
|
pathspec = ">=0.5.3"
|
||||||
@ -699,7 +699,7 @@ ansible-core = ["ansible-core"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8.0"
|
python-versions = "^3.8.0"
|
||||||
content-hash = "0482e7aec97f9ad62017ffc5a2b37af8e01fa3acc523d3e902d508ccde2c5133"
|
content-hash = "35c8e76c3f8a111559bb4aa44c968e0defa872ad3e486e509678847a30dc4bfb"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
ansible = [
|
ansible = [
|
||||||
@ -1144,7 +1144,7 @@ unidiff = [
|
|||||||
{file = "unidiff-0.7.4.tar.gz", hash = "sha256:2bbcbc986e1fb97f04b1d7b864aa6002ab02f4d8a996bf03aa6e5a81447d1fc5"},
|
{file = "unidiff-0.7.4.tar.gz", hash = "sha256:2bbcbc986e1fb97f04b1d7b864aa6002ab02f4d8a996bf03aa6e5a81447d1fc5"},
|
||||||
]
|
]
|
||||||
yamllint = [
|
yamllint = [
|
||||||
{file = "yamllint-1.26.3.tar.gz", hash = "sha256:3934dcde484374596d6b52d8db412929a169f6d9e52e20f9ade5bf3523d9b96e"},
|
{file = "yamllint-1.27.1.tar.gz", hash = "sha256:e688324b58560ab68a1a3cff2c0a474e3fed371dfe8da5d1b9817b7df55039ce"},
|
||||||
]
|
]
|
||||||
yapf = [
|
yapf = [
|
||||||
{file = "yapf-0.32.0-py2.py3-none-any.whl", hash = "sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32"},
|
{file = "yapf-0.32.0-py2.py3-none-any.whl", hash = "sha256:8fea849025584e486fd06d6ba2bed717f396080fd3cc236ba10cb97c4c51cf32"},
|
||||||
|
@ -47,7 +47,7 @@ python = "^3.8.0"
|
|||||||
python-json-logger = "2.0.3"
|
python-json-logger = "2.0.3"
|
||||||
toolz = "0.12.0"
|
toolz = "0.12.0"
|
||||||
unidiff = "0.7.4"
|
unidiff = "0.7.4"
|
||||||
yamllint = "1.26.3"
|
yamllint = "1.27.1"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
bandit = "1.7.4"
|
bandit = "1.7.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user