Bump tripleo-common

For the Container Image Build command, we need new functionalities from
the BuildahBuilder that were released after 12.4.0 tag.

This patch makes sure tripleo-common >= 12.4.0 is pulled in the Python
jobs.

Change-Id: I7651144cdb7142647b1c6303c4af4ba2ca2e2c58
This commit is contained in:
Emilien Macchi 2020-05-27 08:59:57 -04:00
parent 8aa4f8810f
commit 185d9f8954
2 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ testscenarios===0.4
testtools==2.2.0
tooz==1.58.0
traceback2==1.4.0
tripleo-common==12.2.0
tripleo-common==12.4.0
ujson==1.35
unittest2==1.1.0
vine==1.1.4

View File

@ -15,6 +15,6 @@ simplejson>=3.5.1 # MIT
six>=1.10.0 # MIT
osc-lib>=1.8.0 # Apache-2.0
websocket-client>=0.44.0 # LGPLv2+
tripleo-common>=12.2.0 # Apache-2.0
tripleo-common>=12.4.0 # Apache-2.0
cryptography>=2.1 # BSD/Apache-2.0
ansible-runner>=1.4.4 # Apache 2.0