From 1b506bf997fd62256e9f28e4fbabf9c665e612c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 02:30:42 +0000 Subject: [PATCH] build(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 df4237f..7db9eac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ yamllint~=1.33.0 ## molecule tests molecule~=6.0.3 -molecule-plugins~=23.5.0 +molecule-plugins~=23.5.3 docker~=7.0.0