From 3f4c3fd1559cb868e5f181f61fc171a7ea8b7d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:52:19 +0000 Subject: [PATCH] chore(deps): update molecule requirement from ~=6.0.3 to ~=24.2.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/v6.0.3...v24.2.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 7e29137..9e5d643 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ ansible-lint~=6.22.2 yamllint~=1.34.0 ## molecule tests -molecule~=6.0.3 +molecule~=24.2.0 molecule-plugins~=23.5.0 docker~=7.0.0