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: venv:
pip3 install wheel
pip3 install -r requirements.txt pip3 install -r requirements.txt
venv-upgrade: venv-upgrade:

View File

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