From 9efde6545ea658d4e249f42bd681c46e1ee5f47e Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 23 Mar 2020 15:04:14 +0100 Subject: [PATCH] Update hub packages to the latest stable versions --- tljh/installer.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tljh/installer.py b/tljh/installer.py index 4127dfd..c13a6e9 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -180,7 +180,7 @@ def ensure_jupyterlab_extensions(): 'labextension', 'install' ] + extensions + install_options) - + # Build all the lab extensions in one go using jupyter lab build command build_options = [ '--minimize=False', @@ -217,12 +217,12 @@ def ensure_jupyterhub_package(prefix): ]) conda.ensure_pip_packages(prefix, [ - 'jupyterhub==1.0.0', + 'jupyterhub==1.1.0', 'jupyterhub-dummyauthenticator==0.3.1', 'jupyterhub-systemdspawner==0.13', - 'jupyterhub-firstuseauthenticator==0.13.0', - 'jupyterhub-nativeauthenticator==0.0.4', - 'jupyterhub-ldapauthenticator==1.2.2', + 'jupyterhub-firstuseauthenticator==0.14.1', + 'jupyterhub-nativeauthenticator==0.0.5', + 'jupyterhub-ldapauthenticator==1.3.0', 'jupyterhub-tmpauthenticator==0.6', 'oauthenticator==0.10.0', ])