Skip to content

Commit

Permalink
Bump CI dependencies, replace obsolete molecule-vagrant plugin
Browse files Browse the repository at this point in the history
The molecule-vagrant plugin was moved to molecule-plugins repository.
  • Loading branch information
anadahz committed Mar 4, 2024
1 parent 5cf263e commit 2919294
Showing 1 changed file with 5 additions and 5 deletions.
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"

0 comments on commit 2919294

Please sign in to comment.