From bad403214fb338d243735b59933e5ccb2a1e4a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:37:45 +0000 Subject: [PATCH] Bump molecule from 24.9.0 to 24.12.0 Bumps [molecule](https://github.com/ansible-community/molecule) from 24.9.0 to 24.12.0. - [Release notes](https://github.com/ansible-community/molecule/releases) - [Commits](https://github.com/ansible-community/molecule/compare/v24.9.0...v24.12.0) --- updated-dependencies: - dependency-name: molecule dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 84e3063..f18950a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ ansible==10.6.0 ansible-compat==24.10.0 ansible-lint==24.12.2 -molecule==24.9.0 +molecule==24.12.0 molecule-docker==2.1.0 yamllint==1.35.1 requests==2.32.3