From d08328c98600b294af8f2ecfc6a2f9d54f2d145d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 04:04:47 +0000 Subject: [PATCH] chore(deps): update molecule requirement from ~=24.2.1 to ~=24.8.0 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.2.1...v24.8.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 840452c..fe4bcda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # for running tests -molecule~=24.2.1 +molecule~=24.8.0 molecule-plugins[docker]~=23.5.3 docker~=7.0.0 ansible~=9.5.1