From cc7acd7df86cf231e6673f48e58640adbc9e35a7 Mon Sep 17 00:00:00 2001 From: Zane Bitter Date: Fri, 18 Jan 2013 14:52:33 +0100 Subject: Require greenlet 0.3.2 (or later) Version 0.3.2 resolves a bug that allowed generic "except Exception:" clauses to catch GreenletExit exceptions. bug 1097203 Change-Id: Iecf36df36e5eefa45c70fae69c966bcd1f723c8f Signed-off-by: Zane Bitter --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/pip-requires b/tools/pip-requires index 002f989..8a35a6e 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,7 +1,7 @@ PasteDeploy==1.5.0 WebOb==1.2.3 eventlet -greenlet>=0.3.1 +greenlet>=0.3.2 lxml routes==1.12.3 iso8601>=0.1.4 -- cgit