From 91c4b61a22a0082252cbb01d754650b0479272b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 12:32:23 +0000 Subject: [PATCH] build(deps): update molecule requirement from ~=5.0.1 to ~=6.0.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/v5.0.1...v6.0.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 67e8375..385d9f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ansible-lint~=6.16.2 yamllint~=1.32.0 ## molecule tests -molecule~=5.0.1 +molecule~=6.0.0 molecule-plugins~=23.4.1 docker~=6.1.2