From e4a059a81a74b282daedd4b6be71e3b864950a39 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Thu, 12 Jul 2018 16:56:20 -0700 Subject: [PATCH] Bump systemdspawner version --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index 0e5f565..1152867 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.10', + 'jupyterhub-systemdspawner==0.11', 'jupyterhub-firstuseauthenticator==0.10' ])