From: Anil Belur Date: Fri, 12 Dec 2025 13:07:23 +0000 (+1000) Subject: Fix: Update requirements.txt versions X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=a51a3fc9acd9a8bc78af6286d47f08a3a58988aa;p=ansible%2Froles%2Flf-recommended-tools.git Fix: Update requirements.txt versions - Update molecule-plugins version to 23.5.7 - Update ansible to 10.6.1 - Update ansible-lint to 25.0.5 This is a follow-up fix to align with other role updates. Change-Id: I09ff56a23f16bb703d83f1583809e3f18b6b9740 Signed-off-by: Anil Belur --- diff --git a/requirements.txt b/requirements.txt index 51293df..0ec030c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible>=2.17,<2.19 -ansible-lint>=6.22,<25.0 -molecule>=6.0,<25.0 -molecule-plugins[podman]>=23.5,<25.0 +ansible +ansible-lint +molecule +molecule-plugins[podman]