From eda6fb024773a8473f2c0402c18083a5503dbbe8 Mon Sep 17 00:00:00 2001 From: "Q.hongtao" Date: Sun, 23 Aug 2020 20:43:26 +0800 Subject: [PATCH] update networkx version Update networkx to the latest version Change-Id: Ibcec3368094129e74360662520354b5cdb95f9b0 --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 216902741..655d68861 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -47,7 +47,7 @@ msgpack==0.5.6 munch==2.2.0 netaddr==0.7.19 netifaces==0.10.6 -networkx==2.3 +networkx==2.4 openstacksdk==0.12.0 os-client-config==1.29.0 os-service-types==1.2.0 diff --git a/requirements.txt b/requirements.txt index 838f3ee1d..9cbfad396 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ cryptography>=2.1 # BSD/Apache-2.0 lxml>=4.1.1 # BSD PyMySQL>=0.8.0 # MIT License python-dateutil>=2.7.0 # BSD -networkx>=2.3 # BSD +networkx>=2.4 # BSD oslo.config>=5.2.0 # Apache-2.0 oslo.context>=2.20.0 # Apache-2.0 oslo.db>=4.35.0 # Apache-2.0