Browse Source

bump server dep

Steven Silvester 4 years ago
parent
commit
e1a4568bea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -152,7 +152,7 @@ setup_args['install_requires'] = [
     'ipython',
     'tornado!=6.0.0, !=6.0.1, !=6.0.2',
     'jupyterlab_server>=2.0.0a2',
-    'jupyter_server>=1.0.0rc4',
+    'jupyter_server>=1.0.0rc5',
     'nbclassic>=0.2.0rc3',
     'jinja2>=2.10'
 ]