Fix pyScss version in lower-constraints.txt
Horizon requires pyScss>=1.3.7 [1] but lower-constraints.txt in monasca-ui uses pyScss 1.3.4 which can cause the failure in future. So this patch update pyScss version in lower-constraints.txt to sync the change. [1] https://review.opendev.org/#/c/715241/ Change-Id: I792c90993db19ecf4821ff45da0279658bae4719
This commit is contained in:
parent
db7c489c7a
commit
b1caa0128f
@ -82,7 +82,7 @@ pymongo==3.0.2
|
||||
pyOpenSSL==17.1.0
|
||||
pyparsing==2.1.0
|
||||
pyperclip==1.5.27
|
||||
pyScss==1.3.4
|
||||
pyScss==1.3.7
|
||||
pytest==5.3.5
|
||||
python-cinderclient==3.3.0
|
||||
python-dateutil==2.5.3
|
||||
|
Loading…
Reference in New Issue
Block a user