From e47d6a4473dd288456bab0032b5fa0d83f229278 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Wed, 8 Jan 2020 10:54:17 +0200 Subject: [PATCH] Upgrade authenticators --- tljh/installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tljh/installer.py b/tljh/installer.py index 9dc1c89..01057db 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -205,11 +205,11 @@ def ensure_jupyterhub_package(prefix): 'jupyterhub==1.0.0', 'jupyterhub-dummyauthenticator==0.3.1', 'jupyterhub-systemdspawner==0.13', - 'jupyterhub-firstuseauthenticator==0.12', + 'jupyterhub-firstuseauthenticator==0.13.0', 'jupyterhub-nativeauthenticator==0.0.4', 'jupyterhub-ldapauthenticator==1.2.2', 'jupyterhub-tmpauthenticator==0.6', - 'oauthenticator==0.8.2', + 'oauthenticator==0.10.0', ]) traefik.ensure_traefik_binary(prefix)