From 802040b8d7d29d3f19147be142b842d66c5c73a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 15:54:33 +0000 Subject: [PATCH] Update molecule requirement from ==3.3.* to ==3.6.* 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/3.3.0...v3.6.1) --- 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 5aa91fc..a19794d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ ansible -molecule==3.3.* +molecule==3.6.* molecule-podman pytest-testinfra