From 1fde8c21c5f9be7e3e7984e3052360da7ffc63fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 13:07:01 +0000 Subject: [PATCH] Bump yamllint from 1.26.0 to 1.26.3 in /.github/workflows/requirements Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.26.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.26.0...v1.26.3) --- updated-dependencies: - dependency-name: yamllint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/requirements/requirements_molecule.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements/requirements_molecule.txt b/.github/workflows/requirements/requirements_molecule.txt index 0984b5d..7e7410c 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -1,5 +1,5 @@ ansible-base==2.10.7 ansible-lint==4.3.7 -yamllint==1.26.0 +yamllint==1.26.3 molecule[docker]==3.2.4 docker==4.4.4