From b352c47c3213485a687f2150534643b84ac61a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20W=C3=BCrsten?= Date: Thu, 4 May 2023 10:54:02 +0200 Subject: [PATCH] chore: update molecule to version 5.0.0 --- requirements.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c4f0fb0..eaeabc3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,13 @@ - # At least Ansible 2.12 is needed due to used features like 'argument_specs' ansible>=2.12 # Required for testing -ansible-lint[yamllint] -molecule[docker, lint] + +## ansible/yaml lint +ansible-lint~=6.15.0 +yamllint~=1.31.0 + +## molecule tests +molecule~=5.0.0 +molecule-plugins~=23.4.1 +docker~=6.0.1