From c22a8abd8fdab3c9ecc7c4f517641f36db391fe6 Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Tue, 26 Dec 2017 04:00:42 +0000 Subject: [PATCH] Bump cursive to new release 0.2.1 The upper constraints for cursive have already been bumped for 0.2.1 in I362d6c09148b2b583f4448da65250cb2debfa2c0. Update global requirements to use latest release that includes change Ia8310f8cc9604d11cc4a25617b55a1b61436cd71 which helps to fix the bug: https://bugs.launchpad.net/glance/+bug/1736332. Change-Id: Ia150d021839a6052e456db5179012cb2e117419a --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 813fa1843f..ba1b5d556c 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -26,7 +26,7 @@ PuLP>=1.4.1 # MIT contextlib2>=0.4.0 # PSF License croniter>=0.3.4 # MIT License cryptography>=1.9,!=2.0 # BSD/Apache-2.0 -cursive>=0.1.2 # Apache-2.0 +cursive>=0.2.1 # Apache-2.0 ddt>=1.0.1 # MIT debtcollector>=1.2.0 # Apache-2.0 decorator>=3.4.0 # BSD