diff --git a/tljh/installer.py b/tljh/installer.py index 0e5f565..1152867 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -68,7 +68,7 @@ def ensure_jupyterhub_package(prefix): conda.ensure_conda_packages(prefix, ['jupyterhub==0.9.0']) conda.ensure_pip_packages(prefix, [ 'jupyterhub-dummyauthenticator==0.3.1', - 'jupyterhub-systemdspawner==0.10', + 'jupyterhub-systemdspawner==0.11', 'jupyterhub-firstuseauthenticator==0.10' ])