From 24c170ba0e076096946f2e877c45c919d87b7996 Mon Sep 17 00:00:00 2001 From: ibayer Date: Sat, 24 Apr 2021 13:13:03 +0200 Subject: [PATCH] bump nativeauthenticator version to avoid critical bug --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index cfbbeda..c188a10 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -135,7 +135,7 @@ def ensure_jupyterhub_package(prefix): "jupyterhub-dummyauthenticator==0.3.1", "jupyterhub-systemdspawner==0.15", "jupyterhub-firstuseauthenticator==0.14.1", - "jupyterhub-nativeauthenticator==0.0.5", + "jupyterhub-nativeauthenticator==0.0.7", "jupyterhub-ldapauthenticator==1.3.0", "jupyterhub-tmpauthenticator==0.6", "oauthenticator==0.10.0",