From 18b870470aa49f00051743ff716a3c1bf266823e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:50:49 +0000 Subject: [PATCH] Update molecule requirement from ~=24.8 to ~=24.12 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.8.0...v24.12.0) --- updated-dependencies: - dependency-name: molecule dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d9a0ad8..3caf3dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Default requirements file for running SRC molecule tests -molecule~=24.8 +molecule~=24.12 molecule-plugins~=23.5 jmespath~=1.0 docker~=7.1