Bump yamllint from 1.25.0 to 1.26.3

Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.25.0 to 1.26.3.
- [Release notes](https://github.com/adrienverge/yamllint/releases)
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/adrienverge/yamllint/compare/v1.25.0...v1.26.3)

---
updated-dependencies:
- dependency-name: yamllint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-29 17:46:46 +00:00 committed by GitHub
parent fbe8d3c689
commit e826a6e140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

9
poetry.lock generated
View File

@ -887,11 +887,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"
@ -912,7 +912,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.6" python-versions = "^3.6"
content-hash = "f161c468cb0232e95bd93a99cf0fe7c26a10aeca0dd950ef995d67ad2a81f4aa" content-hash = "906834cb5eba87845af281bee6ad68092925184e32b831e0d691a99f4d41e924"
[metadata.files] [metadata.files]
ansible = [ ansible = [
@ -1394,8 +1394,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 = "^5.2"
ansible-lint = "^5.4.0" ansible-lint = "^5.4.0"
flake8 = "^3.8.4" flake8 = "^3.8.4"
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