From 7ecb7bfb8baa6c57007950864f4c4ceab0b0e594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 02:58:10 +0000 Subject: [PATCH] Update molecule requirement from ==4.0.* to ==5.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/v4.0.0a0...v5.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 5b06de5..616bff3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ ansible -molecule==4.0.* +molecule==5.0.* molecule-podman