update constraint for tripleo-common to new release 11.4.0

Change-Id: I76a8ff76eb6c63827948e209e8b31918da31cde9
This commit is contained in:
Emilien Macchi 2020-06-22 09:25:49 -04:00
parent 5c60a8f8a5
commit f0c2113cbb
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ testscenarios===0.4
testtools==2.2.0
tooz==1.58.0
traceback2==1.4.0
tripleo-common==11.3.1
tripleo-common==11.4.0
ujson==1.35
unittest2==1.1.0
vine==1.1.4

View File

@ -17,6 +17,6 @@ six>=1.10.0 # MIT
osc-lib>=1.8.0 # Apache-2.0
websocket-client>=0.44.0 # LGPLv2+
tenacity>=5.0.1 # Apache-2.0
tripleo-common>=11.3.1 # Apache-2.0
tripleo-common>=11.4.0 # Apache-2.0
cryptography>=2.1 # BSD/Apache-2.0
futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD