From da3ecf43eb51943f5c5ddf8cd666e28953208806 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Wed, 1 Apr 2020 17:47:41 +0000 Subject: [PATCH] Fix pyScss version in lower-constraints.txt Horizon requires pyScss>=1.3.7 [1] but lower-constraints.txt in blazar-dashboard uses pyScss 1.3.4 which can cause a failure in future. So this patch updates the pyScss version in lower-constraints.txt to sync with the change. [1] https://review.opendev.org/#/c/715241/ Change-Id: I2e1e85d525983bf94dc8eb2748b600e4c9af3ce3 --- lower-constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 17259c4..a39cf18 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -44,7 +44,7 @@ pyflakes==0.8.1 pyinotify==0.9.6 pyparsing==2.2.0 pyperclip==1.6.0 -pyScss==1.3.4 +pyScss==1.3.7 pytest==5.3.5 python-blazarclient==1.0.1 python-dateutil==2.7.0