Relax bounds
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-03-31 10:00:45 +02:00
parent f918b88e8d
commit 589b0cb347
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 7 additions and 7 deletions

View File

@ -32,10 +32,10 @@ setuptools
RUN \
python3 -m pip install \
"ansible-lint<5" \
ansible==2.10.7 \
molecule-docker==0.2.4 \
molecule-hetznercloud==1.0.0 \
molecule==3.2.3 \
pytest-testinfra==6.1.0 \
yamllint==1.26.0
"ansible-lint<6" \
"ansible<3" \
"molecule-docker<1" \
"molecule-hetznercloud<2" \
"molecule<4" \
"pytest-testinfra<7" \
"yamllint<2"