From 6e30059e142ef739595839c479adee7c451642c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dulko?= Date: Fri, 25 May 2018 12:13:10 +0200 Subject: [PATCH] Try pyroute2 0.5.1 Newer pyroute2 includes a few fixes and improvements, let's see if it's compatible with us. Change-Id: I7d92f94decfc65d35d27077b2eb931632b9d53a4 --- 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 72ad5f11a..51da324b8 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -93,7 +93,7 @@ Pygments==2.2.0 pyinotify==0.9.6 pyparsing==2.2.0 pyperclip==1.6.0 -pyroute2==0.4.21 +pyroute2==0.5.1 python-dateutil==2.7.0 python-editor==1.0.3 python-keystoneclient==3.15.0 diff --git a/requirements.txt b/requirements.txt index 910614dcd..f7df836b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 oslo.service!=1.28.1,>=1.24.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 os-vif!=1.8.0,>=1.7.0 # Apache-2.0 -pyroute2>=0.4.21;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2) +pyroute2>=0.5.1;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2) retrying!=1.3.0,>=1.2.3 # Apache-2.0 six>=1.10.0 # MIT stevedore>=1.20.0 # Apache-2.0