From 9bba25881158edf353127396b944fef3c0178e3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 10:01:49 +0000 Subject: [PATCH] Bump molecule from 5.1.0 to 6.0.0 in /.github/workflows/requirements Bumps [molecule](https://github.com/ansible-community/molecule) from 5.1.0 to 6.0.0. - [Release notes](https://github.com/ansible-community/molecule/releases) - [Commits](https://github.com/ansible-community/molecule/compare/v5.1.0...v6.0.0) --- updated-dependencies: - dependency-name: molecule dependency-type: direct:production update-type: version-update:semver-major ... 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 b1733a76..2ea9adab 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -1,6 +1,6 @@ ansible-core==2.15.2 jinja2==3.1.2 ansible-compat==4.1.5 -molecule==5.1.0 +molecule==6.0.0 molecule-plugins[docker]==23.5.0 docker==6.1.3