From 2d10400f896ee61822fad00af1266442748c76b4 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Thu, 28 Oct 2021 13:39:14 +0200 Subject: [PATCH] Update firstuseauthenticator to 1.0.0 --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index 0f531e6..40f3fab 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -131,7 +131,7 @@ def ensure_jupyterhub_package(prefix): [ "jupyterhub==1.*", "jupyterhub-systemdspawner==0.15.*", - "jupyterhub-firstuseauthenticator==0.14.*", + "jupyterhub-firstuseauthenticator==1.*", "jupyterhub-nativeauthenticator==1.*", "jupyterhub-ldapauthenticator==1.*", "jupyterhub-tmpauthenticator==0.6.*",