From 331c2df444990a81f40070d017426d38c8258a02 Mon Sep 17 00:00:00 2001 From: likui Date: Thu, 29 Oct 2020 09:44:33 +0800 Subject: Update requirements We also need to change the lower-constraint requirements to make them py3.8 compatible. See https://bugs.launchpad.net/nova/+bug/1886298 Change-Id: Id06963dfdb20074cb9d8f0f2416a8e0937006059 --- lower-constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index f98d024..4aef16d 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -10,7 +10,7 @@ GitPython==1.0.1 imagesize==0.7.1 Jinja2==2.10 linecache2==1.0.0 -MarkupSafe==1.0 +MarkupSafe==1.1.1 pbr==2.0.0 prettytable==0.7.2 Pygments==2.2.0 -- cgit v1.2.1