Upgrade authenticators

This commit is contained in:
GeorgianaElena
2020-01-08 10:54:17 +02:00
parent 4339547405
commit e47d6a4473

View File

@@ -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)