From 26bfb64241a5a0fdb23798c262be6fd8a66803eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 07:05:00 +0000 Subject: [PATCH] Bump molecule from 5.1.0 to 6.0.2 Bumps [molecule](https://github.com/ansible-community/molecule) from 5.1.0 to 6.0.2. - [Release notes](https://github.com/ansible-community/molecule/releases) - [Commits](https://github.com/ansible-community/molecule/compare/v5.1.0...v6.0.2) --- 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 542765f..1566af6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,6 @@ ansible-lint==6.17.2 yamllint==1.32.0 molecule-plugins[docker]==23.4.1 molecule-plugins[lint]==23.4.1 -molecule==5.1.0 +molecule==6.0.2 pytest-testinfra==8.1.0 docker==6.1.3