Merge pull request #728 from wazuh/dependabot/pip/4.3/yamllint-1.26.3

Bump yamllint from 1.25.0 to 1.26.3
This commit is contained in:
Gonzalo Acuña 2022-03-29 15:01:09 -03:00 committed by GitHub
commit f902d75952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

7
poetry.lock generated
View File

@ -886,11 +886,11 @@ six = "*"
[[package]] [[package]]
name = "yamllint" name = "yamllint"
version = "1.25.0" version = "1.26.3"
description = "A linter for YAML files." description = "A linter for YAML files."
category = "dev" category = "dev"
optional = false optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" python-versions = ">=3.5"
[package.dependencies] [package.dependencies]
pathspec = ">=0.5.3" pathspec = ">=0.5.3"
@ -1393,8 +1393,7 @@ websocket-client = [
{file = "websocket_client-0.57.0.tar.gz", hash = "sha256:d735b91d6d1692a6a181f2a8c9e0238e5f6373356f561bb9dc4c7af36f452010"}, {file = "websocket_client-0.57.0.tar.gz", hash = "sha256:d735b91d6d1692a6a181f2a8c9e0238e5f6373356f561bb9dc4c7af36f452010"},
] ]
yamllint = [ yamllint = [
{file = "yamllint-1.25.0-py2.py3-none-any.whl", hash = "sha256:c7be4d0d2584a1b561498fa9acb77ad22eb434a109725c7781373ae496d823b3"}, {file = "yamllint-1.26.3.tar.gz", hash = "sha256:3934dcde484374596d6b52d8db412929a169f6d9e52e20f9ade5bf3523d9b96e"},
{file = "yamllint-1.25.0.tar.gz", hash = "sha256:b1549cbe5b47b6ba67bdeea31720f5c51431a4d0c076c1557952d841f7223519"},
] ]
zipp = [ zipp = [
{file = "zipp-3.4.0-py3-none-any.whl", hash = "sha256:102c24ef8f171fd729d46599845e95c7ab894a4cf45f5de11a44cc7444fb1108"}, {file = "zipp-3.4.0-py3-none-any.whl", hash = "sha256:102c24ef8f171fd729d46599845e95c7ab894a4cf45f5de11a44cc7444fb1108"},

View File

@ -16,7 +16,7 @@ pytest = "^7.0"
ansible-lint = "^5.4.0" ansible-lint = "^5.4.0"
flake8 = "^4.0.1" flake8 = "^4.0.1"
selinux = "^0.2.1" selinux = "^0.2.1"
yamllint = "^1.25.0" yamllint = "^1.26.3"
# minimum version is 3.0.3, because we need docker memory limitation # minimum version is 3.0.3, because we need docker memory limitation
# https://github.com/ansible-community/molecule/pull/2615 # https://github.com/ansible-community/molecule/pull/2615