From 49bed1219c80ec0474e69fba51b96d73e1a2b84b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:50:33 +0000 Subject: [PATCH] Update molecule requirement from ~=24.2.1 to ~=24.6.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.6.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 5ed0084..de49d09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ ansible-lint~=24.5.0 yamllint~=1.35.1 ## molecule tests -molecule~=24.2.1 +molecule~=24.6.0 molecule-plugins~=23.5.3 docker~=7.0.0