From ff47b9e5d953fffb51fa22483582ea449d4e2fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:13:13 -0800 Subject: [PATCH] chore(deps): Bump molecule from 24.8.0 to 24.9.0 in /.github/workflows/requirements (#778) Bumps [molecule](https://github.com/ansible-community/molecule) from 24.8.0 to 24.9.0. - [Release notes](https://github.com/ansible-community/molecule/releases) - [Commits](https://github.com/ansible-community/molecule/compare/v24.8.0...v24.9.0) --- updated-dependencies: - dependency-name: molecule dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 f3eb1cc92..a82585b8f 100644 --- a/.github/workflows/requirements/requirements_molecule.txt +++ b/.github/workflows/requirements/requirements_molecule.txt @@ -1,7 +1,7 @@ ansible-core==2.16.6 jinja2==3.1.4 ansible-compat==24.9.0 -molecule==24.8.0 +molecule==24.9.0 molecule-plugins[docker]==23.5.3 docker==7.1.0 requests==2.32.3