From 3edd1445b019af4c380e0c52374cf9edf2865f68 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 4 Mar 2025 06:47:47 +1300 Subject: [PATCH] =?UTF-8?q?chore(ci):=20Correct=20Dependencies=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0607ebf..9673c13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -ansible-core<2.17 -ansible-compat<4 -molecule[docker]<5.0.0 -ansible-lint==6.16.2 -yamllint==1.32.0 +ansible-core==2.16.3 +ansible-compat==4.1.11 +molecule[docker]==24.2.1 +ansible-lint==6.22.2 +yamllint==1.35.1 passlib==1.7.4 \ No newline at end of file