Use latest dependencies

This commit is contained in:
Faustin Lammler 2020-10-20 16:10:48 +02:00
parent a62fecf3d4
commit fd3ef0a1b1
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
2 changed files with 9 additions and 8 deletions

View File

@ -1,4 +1,5 @@
venv:
pip3 install wheel
pip3 install -r requirements.txt
venv-upgrade:

View File

@ -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