Update hub packages to the latest stable versions

This commit is contained in:
Jeremy Tuloup
2020-03-23 15:04:14 +01:00
parent db8777c6f8
commit 9efde6545e

View File

@@ -217,12 +217,12 @@ def ensure_jupyterhub_package(prefix):
])
conda.ensure_pip_packages(prefix, [
'jupyterhub==1.0.0',
'jupyterhub==1.1.0',
'jupyterhub-dummyauthenticator==0.3.1',
'jupyterhub-systemdspawner==0.13',
'jupyterhub-firstuseauthenticator==0.13.0',
'jupyterhub-nativeauthenticator==0.0.4',
'jupyterhub-ldapauthenticator==1.2.2',
'jupyterhub-firstuseauthenticator==0.14.1',
'jupyterhub-nativeauthenticator==0.0.5',
'jupyterhub-ldapauthenticator==1.3.0',
'jupyterhub-tmpauthenticator==0.6',
'oauthenticator==0.10.0',
])