From e826a6e1403639a385c55df6ecda48562adb0241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 17:46:46 +0000 Subject: [PATCH] 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] --- poetry.lock | 9 ++++----- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b659b3de..bb166953 100644 --- a/poetry.lock +++ b/poetry.lock @@ -887,11 +887,11 @@ six = "*" [[package]] name = "yamllint" -version = "1.25.0" +version = "1.26.3" description = "A linter for YAML files." category = "dev" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" +python-versions = ">=3.5" [package.dependencies] pathspec = ">=0.5.3" @@ -912,7 +912,7 @@ testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "f161c468cb0232e95bd93a99cf0fe7c26a10aeca0dd950ef995d67ad2a81f4aa" +content-hash = "906834cb5eba87845af281bee6ad68092925184e32b831e0d691a99f4d41e924" [metadata.files] ansible = [ @@ -1394,8 +1394,7 @@ websocket-client = [ {file = "websocket_client-0.57.0.tar.gz", hash = "sha256:d735b91d6d1692a6a181f2a8c9e0238e5f6373356f561bb9dc4c7af36f452010"}, ] yamllint = [ - {file = "yamllint-1.25.0-py2.py3-none-any.whl", hash = "sha256:c7be4d0d2584a1b561498fa9acb77ad22eb434a109725c7781373ae496d823b3"}, - {file = "yamllint-1.25.0.tar.gz", hash = "sha256:b1549cbe5b47b6ba67bdeea31720f5c51431a4d0c076c1557952d841f7223519"}, + {file = "yamllint-1.26.3.tar.gz", hash = "sha256:3934dcde484374596d6b52d8db412929a169f6d9e52e20f9ade5bf3523d9b96e"}, ] zipp = [ {file = "zipp-3.4.0-py3-none-any.whl", hash = "sha256:102c24ef8f171fd729d46599845e95c7ab894a4cf45f5de11a44cc7444fb1108"}, diff --git a/pyproject.toml b/pyproject.toml index 70c4d399..1d415646 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pytest = "^5.2" ansible-lint = "^5.4.0" flake8 = "^3.8.4" selinux = "^0.2.1" -yamllint = "^1.25.0" +yamllint = "^1.26.3" # minimum version is 3.0.3, because we need docker memory limitation # https://github.com/ansible-community/molecule/pull/2615