Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ci/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ verify_ssl = true

[packages]
# https://pypi.org/project/ansible/
ansible = "==7.0.0"
ansible = "==9.3.0"
# https://pypi.org/project/molecule/#history
molecule = "==3.5.2"
# https://github.com/ansible-community/molecule-vagrant/releases
molecule-vagrant = "==1.0.0"
molecule = "==24.2.0"
# https://pypi.org/project/molecule-plugins/#history
molecule-plugins[vagrant] = "==23.5.3"
# https://pypi.org/project/python-vagrant/#history
python-vagrant = "==0.5.15"
python-vagrant = "==1.0.0"
# https://pypi.org/project/testinfra/#history
testinfra = "==6.0.0"