From 67b3d6e261de6e557e94119229350083dc5bcbdf Mon Sep 17 00:00:00 2001 From: huangjien Date: Fri, 7 Jun 2024 15:12:50 +0000 Subject: [PATCH] specify pip package version --- ci-requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ci-requirements.txt b/ci-requirements.txt index a1ba2bc..1252384 100644 --- a/ci-requirements.txt +++ b/ci-requirements.txt @@ -1,10 +1,10 @@ -ansible -pywinrm -molecule -molecule-docker -docker -ansible-lint -yamllint -passlib -jmespath +ansible==8.7.0 +pywinrm==0.4.3 +molecule==6.0.3 +molecule-docker==2.1.0 +docker==7.1.0 +ansible-lint==6.22.2 +yamllint==1.35.1 +passlib==1.7.4 +jmespath==1.0.1 requests==2.31.0