From ee205e6c26ae26f765ea642aa8c9c9f1e8347e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:06:44 +0000 Subject: [PATCH] Bump molecule from 5.1.0 to 24.6.0 Bumps [molecule](https://github.com/ansible-community/molecule) from 5.1.0 to 24.6.0. - [Release notes](https://github.com/ansible-community/molecule/releases) - [Commits](https://github.com/ansible-community/molecule/compare/v5.1.0...v24.6.0) --- updated-dependencies: - dependency-name: molecule dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4db7fe1..f5a7e7c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,6 @@ ansible-lint==24.2.1 yamllint==1.35.1 molecule-plugins[docker]==23.4.1 molecule-plugins[lint]==23.4.1 -molecule==5.1.0 +molecule==24.6.0 pytest-testinfra==10.1.0 docker==7.0.0