Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Muntean committed Oct 23, 2024
1 parent 63318c8 commit 465f4ac
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions ci-requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 465f4ac

Please sign in to comment.