From cab1a48a1a903073dd55dcdae85de7a0246288f5 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 21 Feb 2020 12:43:28 -0800 Subject: [PATCH] Bump blockdiag dep so that we build on newer python3 Older sphinxcontrib-blockdiag fails to build under python3.7. This newer version should run on old and new python3 so use it. Change-Id: Ic1150149b9cea867ff56d1dd0e747120103a0f81 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cd19cc9..9dae09a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ pbr!=2.1.0,>2.0.0 # Apache-2.0 openstackdocstheme>=1.18.1 # Apache-2.0 sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD -sphinxcontrib-blockdiag==1.5.4 # BSD +sphinxcontrib-blockdiag==2.0.0 # BSD yasfb>=0.5.1