From 517e7eca95f8d3058cec89f8efe560d04c45305d Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Mon, 27 Sep 2021 13:57:45 +1300 Subject: [PATCH] Fix lower constraints decorator-3.4.0 now errors on setup due to using use_2to3, and networkx-1.1.0 attempts to import fractions.gcd, which is math.gcd from python-3.5 onwards. Change-Id: I4f4ddebb079a95708be3dd76086b039db18d5948 --- lower-constraints.txt | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index ebfc4b39..708fb8ea 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -2,7 +2,7 @@ alabaster==0.7.10 appdirs==1.3.0 astroid==1.6.2 coverage==4.0 -decorator==3.4.0 +decorator==4.3.0 docutils==0.11 dulwich==0.15.0 extras==1.0.0 @@ -19,7 +19,7 @@ linecache2==1.0.0 MarkupSafe==1.0 mock==2.0.0 mox3==0.20.0 -networkx==1.10 +networkx==2.4.0 openstackdocstheme==1.18.1 os-client-config==1.28.0 oslotest==3.2.0 diff --git a/requirements.txt b/requirements.txt index 53a60601..946c7353 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -networkx>=1.10 # BSD +networkx>=2.4.0 # BSD pbr!=2.1.0,>=2.0.0 # Apache-2.0 PyYAML>=3.12 # MIT stevedore>=1.20.0 # Apache-2.0