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