From 6d3efffcb52cd96cebe78f81016a113416ce5f05 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Wed, 11 Jul 2018 14:28:47 -0700 Subject: [PATCH] Upgrade systemdspawner to v0.10 --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index 8bac98b..0e5f565 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -68,7 +68,7 @@ def ensure_jupyterhub_package(prefix): conda.ensure_conda_packages(prefix, ['jupyterhub==0.9.0']) conda.ensure_pip_packages(prefix, [ 'jupyterhub-dummyauthenticator==0.3.1', - 'jupyterhub-systemdspawner==0.9.12', + 'jupyterhub-systemdspawner==0.10', 'jupyterhub-firstuseauthenticator==0.10' ])