Use latest dependencies
This commit is contained in:
parent
a62fecf3d4
commit
fd3ef0a1b1
1
Makefile
1
Makefile
|
|
@ -1,4 +1,5 @@
|
|||
venv:
|
||||
pip3 install wheel
|
||||
pip3 install -r requirements.txt
|
||||
|
||||
venv-upgrade:
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
ansible-lint==4.2.0
|
||||
ansible==2.9.9
|
||||
docker==4.2.0
|
||||
flake8==3.8.1
|
||||
mitogen==0.2.9
|
||||
molecule==3.0.4
|
||||
testinfra==5.0.0
|
||||
yamllint==1.23.0
|
||||
ansible-lint
|
||||
ansible==2.9.*
|
||||
docker
|
||||
flake8
|
||||
mitogen
|
||||
molecule
|
||||
testinfra
|
||||
yamllint
|
||||
|
|
|
|||
Loading…
Reference in New Issue