From 55e93b9ffef0df9158586e65a34164f7a903e1e0 Mon Sep 17 00:00:00 2001 From: Kevin Bates Date: Mon, 21 Oct 2019 08:35:57 -0700 Subject: [PATCH] Update core and client dependencies (#4959) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cc926b00b..44846df74 100755 --- a/setup.py +++ b/setup.py @@ -104,8 +104,8 @@ for more information. 'pyzmq>=17', 'ipython_genutils', 'traitlets>=4.2.1', - 'jupyter_core>=4.4.0', - 'jupyter_client>=5.3.1', + 'jupyter_core>=4.6.0', + 'jupyter_client>=5.3.4', 'nbformat', 'nbconvert', 'ipykernel', # bless IPython kernel for now