From 620c4d4ad87b0a24a2edf2ccf84c828e9cfaf218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:52:47 +0000 Subject: [PATCH] chore(deps): update molecule-plugins requirement Updates the requirements on [molecule-plugins](https://github.com/ansible-community/molecule-plugins) to permit the latest version. - [Release notes](https://github.com/ansible-community/molecule-plugins/releases) - [Commits](https://github.com/ansible-community/molecule-plugins/compare/v23.5.0...v23.5.3) --- updated-dependencies: - dependency-name: molecule-plugins 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 7e29137..ace3c34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ yamllint~=1.34.0 ## molecule tests molecule~=6.0.3 -molecule-plugins~=23.5.0 +molecule-plugins~=23.5.3 docker~=7.0.0