From d5c86890e895e932eee9eb26673ec598c1056316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 13:26:25 +0000 Subject: [PATCH] Bump molecule[docker] in /.github/workflows/requirements Bumps [molecule[docker]](https://github.com/ansible-community/molecule) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/ansible-community/molecule/releases) - [Commits](https://github.com/ansible-community/molecule/compare/3.5.1...3.5.2) --- 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 1c7821c..85f14b1 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -2,5 +2,5 @@ ansible-core==2.11.5 Jinja2==3.0.2 ansible-lint==5.2.0 yamllint==1.26.3 -molecule[docker]==3.5.1 +molecule[docker]==3.5.2 docker==5.0.2