From 6c0a9eb240fc55acd31da617a3095a23aa74a5c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 02:32:16 +0000 Subject: [PATCH] Update molecule requirement from ==3.6.* to ==4.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/v3.6.0...v4.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 a19794d..1bd52fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ ansible -molecule==3.6.* +molecule==4.0.* molecule-podman pytest-testinfra