From 465f4acbacc898e70df5586d2efaa6bcde5fa74a Mon Sep 17 00:00:00 2001 From: Roman Muntean Date: Wed, 23 Oct 2024 09:29:18 +0100 Subject: [PATCH] . --- ci-requirements.txt | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) diff --git a/ci-requirements.txt b/ci-requirements.txt index 839a2e0..29f6a0c 100644 --- a/ci-requirements.txt +++ b/ci-requirements.txt @@ -1,12 +1,23 @@ -ansible -pywinrm -molecule==3.3.0 -molecule-docker -docker -ansible-lint -yamllint -passlib -jmespath -# Downgrade these while rest is incompatible -Jinja2<3.0.0 -MarkupSafe<2.0.0 +# ansible +# pywinrm +# molecule==3.3.0 +# molecule-docker +# docker +# ansible-lint +# yamllint +# passlib +# jmespath +# # Downgrade these while rest is incompatible +# Jinja2<3.0.0 +# MarkupSafe<2.0.0 + +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