From 4be865c488ad1155b42d86d659ec08ef3352b400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 13:09:02 +0000 Subject: [PATCH] Bump molecule[docker] in /.github/workflows/requirements Bumps [molecule[docker]](https://github.com/ansible-community/molecule) from 3.2.4 to 3.6.0. - [Release notes](https://github.com/ansible-community/molecule/releases) - [Commits](https://github.com/ansible-community/molecule/compare/3.2.4...v3.6.0) --- updated-dependencies: - dependency-name: molecule[docker] dependency-type: direct:production update-type: version-update:semver-minor ... 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..8e296a3 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 -molecule[docker]==3.2.4 +molecule[docker]==3.6.0 docker==4.4.4