From edd2f471c73f368321b29b92b0c8fa549e0d7ab9 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Tue, 30 Apr 2019 12:29:01 -0700 Subject: [PATCH] Bump JupyterHub and systemdspawner versions --- tljh/installer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tljh/installer.py b/tljh/installer.py index 6d07f84..91395cf 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -189,9 +189,9 @@ def ensure_jupyterhub_package(prefix): and conda packages! """ conda.ensure_pip_packages(prefix, [ - 'jupyterhub==0.9.5', + 'jupyterhub==0.9.6', 'jupyterhub-dummyauthenticator==0.3.1', - 'jupyterhub-systemdspawner==0.11', + 'jupyterhub-systemdspawner==0.13', 'jupyterhub-firstuseauthenticator==0.12', 'jupyterhub-nativeauthenticator==0.0.4', 'jupyterhub-ldapauthenticator==1.2.2', @@ -242,7 +242,7 @@ def ensure_user_environment(user_requirements_txt_file): conda.ensure_pip_packages(USER_ENV_PREFIX, [ # JupyterHub + notebook package are base requirements for user environment - 'jupyterhub==0.9.5', + 'jupyterhub==0.9.6', 'notebook==5.7.8', # Install additional notebook frontends! 'jupyterlab==0.35.4',