From 191b4ef8eb19c4ac344d93346e3023f10591280a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 10:12:13 +0000 Subject: [PATCH] :arrow_up: Bump msgpack from 0.5.6 to 1.0.0 Bumps [msgpack](https://github.com/msgpack/msgpack-python) from 0.5.6 to 1.0.0. - [Release notes](https://github.com/msgpack/msgpack-python/releases) - [Changelog](https://github.com/msgpack/msgpack-python/blob/master/ChangeLog.rst) - [Commits](https://github.com/msgpack/msgpack-python/compare/0.5.6...v1.0.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca3e893..a83a3fc 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ 'nltk>=3.3', 'googledrivedownloader>=0.3', 'google-compute-engine', - 'msgpack==0.5.6', + 'msgpack==1.0.0', 'keras-contrib @ git+https://www.github.com/keras-team/keras-contrib.git', 'en-coref-md @ https://github.com/huggingface/neuralcoref-models/releases/download/en_coref_md-3.0.0/en_coref_md-3.0.0.tar.gz', ],