From f681a9e61781ba8c4a5f3294ebf8891ad50b53f7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 8 Dec 2016 23:15:01 +0100 Subject: [PATCH] Remove upper cap for psutil psutil was capped in early 2014 for no particular reason, lets see if we can uncap it since distributions in general like to move to a newer version since amongst other things it provides a lot more fixes. Also bump minimum to the upper constraint since thats likely our real lower bound meanwhile given that its been at that value for more than two years. Closes-Bug: 1645918 Depends-On: I6be775e83876271012f6b7a777ea2b5cc3a008f6 Change-Id: Ie3c33a6c1eddcca26ea5edd332a8292c006063a3 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 378c30e074..7c2c82b1c5 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -161,7 +161,7 @@ Pillow>=2.4.0 # PIL License Pint>=0.5 # BSD pip>=7.1.0 # MIT PrettyTable>=0.7.1,<0.8 # BSD -psutil>=1.1.1,<2.0.0 # BSD +psutil>=1.2.1 # BSD pyasn1 # BSD pyasn1-modules # BSD pycadf>=1.1.0,!=2.0.0 # Apache-2.0