From 103d4c7933b778a93cf6799f3c86887c1b8c78af Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Tue, 4 Sep 2018 11:23:09 -0700 Subject: [PATCH] Bump firstuseauthenticator version Includes https://github.com/yuvipanda/jupyterhub-firstuseauthenticator/pull/7 to fix #105. --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index 185389f..1a6de3a 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -182,7 +182,7 @@ def ensure_jupyterhub_package(prefix): 'jupyterhub==0.9.2', 'jupyterhub-dummyauthenticator==0.3.1', 'jupyterhub-systemdspawner==0.11', - 'jupyterhub-firstuseauthenticator==0.10', + 'jupyterhub-firstuseauthenticator==0.11', 'jupyterhub-ldapauthenticator==1.2.2', 'oauthenticator==0.8.0', ])