Bump tripleo-common requirements.txt to fix tox docs job

We need latest tripleo-common from depends-on to fix the related
bug.

Depends-On: https://review.opendev.org/691370
Change-Id: I3ee7b20db1dd67294b26048185df5a6c58822601
Related-Bug: 1849788
This commit is contained in:
Marios Andreou 2019-10-25 14:04:33 +03:00 committed by Harald Jensås
parent 90d7cf5b22
commit ec1629b7d3
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,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>=10.7.0 # Apache-2.0
tripleo-common!=11.3.0,>=10.7.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