From 834ded08934a989ffcf2944c0b165cc2cfc4edf1 Mon Sep 17 00:00:00 2001 From: liu-sheng Date: Fri, 28 Feb 2014 09:51:48 +0800 Subject: [PATCH] Correct iso8601 parseing invalid year num iso8601 should raise reasonable error when parsing timestamp with invalid years. This is implemented in iso8601 version 0.1.9. More details please see the bug description and the issue on bitbucket. Change-Id: I23ec6a125110294f49eb55ced02ff4e5965a0b99 Closes-Bug: #1266398 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index c2341756c0..546f50cc5b 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -26,7 +26,7 @@ gear greenlet>=0.3.2 happybase>=0.4,<=0.6 httplib2>=0.7.5 -iso8601>=0.1.8 +iso8601>=0.1.9 Jinja2 jsonpatch>=1.1 jsonpath-rw>=1.2.0,<2.0