From bafdcc8ed5e3d4cd0a45b510e72f08fb6ec7f09f Mon Sep 17 00:00:00 2001 From: Tobias Oberstein Date: Sun, 20 Dec 2015 09:26:37 +0100 Subject: [PATCH] bump cbor dep --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 22467927..abbd39ef 100644 --- a/setup.py +++ b/setup.py @@ -122,7 +122,7 @@ extras_require_compress = [ # extras_require_serialization = [ "msgpack-python>=0.4.6", # Apache 2.0 license - "cbor>=0.1.23" # Apache 2.0 license + "cbor>=0.1.24" # Apache 2.0 license ] # everything