From 789dd5c59521ca471fd531e148f1cedef417ff04 Mon Sep 17 00:00:00 2001 From: Nicolas Helgeson Date: Thu, 6 Oct 2016 11:19:52 -0700 Subject: [PATCH] Update pyeclib dependency to 1.3.1 Updated global requirements.txt to change PyECLib version so that it fixes memory leak issue. Change-Id: I49c52ac1861962f76f8bebf6ccb3b47b6a672f7b Partial-Bug: #1629410 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index f40d2d9ae5..88a321e47a 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -154,7 +154,7 @@ pyasn1 # BSD pyasn1-modules # BSD pycadf>=1.1.0,!=2.0.0 # Apache-2.0 pycrypto>=2.6 # Public Domain -PyECLib>=1.2.0 # BSD +PyECLib>=1.3.1 # BSD pyghmi>=1.0.9 # Apache-2.0 pyinotify>=0.9.6;sys_platform!='win32' and sys_platform!='darwin' and sys_platform!='sunos5' # MIT PyJWT>=1.0.1 # MIT