From 46a96a20f0e04e6369316f9a9b1dc78e13e402c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 11:07:06 +0000 Subject: [PATCH] Bump molecule[docker] in /.github/workflows/requirements Bumps [molecule[docker]](https://github.com/ansible-community/molecule) from 3.3.1 to 3.3.3. - [Release notes](https://github.com/ansible-community/molecule/releases) - [Commits](https://github.com/ansible-community/molecule/compare/3.3.1...3.3.3) --- updated-dependencies: - dependency-name: molecule[docker] 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 db587f94..e7fde4c7 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -2,5 +2,5 @@ ansible-core==2.11.1 Jinja2==3.0.1 ansible-lint==5.0.11 yamllint==1.26.1 -molecule[docker]==3.3.1 +molecule[docker]==3.3.3 docker==5.0.0