From 2203b46e3f14ef68a090aaea284f0a0442bbb86f Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Wed, 15 Apr 2015 17:34:48 -0700 Subject: [PATCH] Bump PyECLib version from 1.0.3 to 1.0.7 In addition to fixing several bugs, 1.0.7 eliminates the need for a few work-around code in Swift. This code was only to hide issues in the current version, but it also ends up breaking some third-party integration. In order to enable expected functionality and to avoid dealing with deprecation issues right from the beginning, we need to bump the minium PyECLib requirement to 1.0.7. Change-Id: I03e059e7335656c22be28ffd6157b56e13bdfc1b --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 27d507901a..9f81b844ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ netifaces>=0.5,!=0.10.0,!=0.10.1 pastedeploy>=1.3.3 simplejson>=2.0.9 xattr>=0.4 -PyECLib>=1.0.3 +PyECLib>=1.0.7