From 70c76b11a75811b4d2d72de7c97858fe4d9db3f3 Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Wed, 29 Jul 2020 13:44:58 +0530 Subject: [PATCH] Bump systemdspawner New version released, with https://github.com/jupyterhub/systemdspawner/pull/53 --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index b18e2ac..3b9e0fb 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -221,7 +221,7 @@ def ensure_jupyterhub_package(prefix): conda.ensure_pip_packages(prefix, [ 'jupyterhub==1.1.0', 'jupyterhub-dummyauthenticator==0.3.1', - 'jupyterhub-systemdspawner==0.13', + 'jupyterhub-systemdspawner==0.14', 'jupyterhub-firstuseauthenticator==0.14.1', 'jupyterhub-nativeauthenticator==0.0.5', 'jupyterhub-ldapauthenticator==1.3.0',