From bc8626ef6e44f99082d3eb864521f9a58321537b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:47:40 +0000 Subject: [PATCH] Update molecule requirement from ~=24.9 to ~=24.12 in /molecule Updates the requirements on [molecule](https://github.com/ansible-community/molecule) to permit the latest version. - [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:production ... Signed-off-by: dependabot[bot] --- molecule/ext/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/molecule/ext/requirements.txt b/molecule/ext/requirements.txt index d1e0994..1aace81 100644 --- a/molecule/ext/requirements.txt +++ b/molecule/ext/requirements.txt @@ -1,5 +1,5 @@ # Default requirements file for running SRC molecule tests -molecule~=24.9 +molecule~=24.12 molecule-plugins~=23.5 jmespath~=1.0 docker~=7.1