diff --git a/testing/local-binder-local-hub/jupyterhub_config.py b/testing/local-binder-local-hub/jupyterhub_config.py index 0b45dc9f9..0b5b7bbac 100644 --- a/testing/local-binder-local-hub/jupyterhub_config.py +++ b/testing/local-binder-local-hub/jupyterhub_config.py @@ -28,7 +28,7 @@ class LocalContainerSpawner(BinderSpawnerMixin, DockerSpawner): c.Application.log_level = "DEBUG" c.Spawner.debug = True -c.JupyterHub.authenticator_class = "nullauthenticator.NullAuthenticator" +c.JupyterHub.authenticator_class = "null" c.JupyterHub.hub_ip = "0.0.0.0" c.JupyterHub.hub_connect_ip = hostip diff --git a/testing/local-binder-local-hub/requirements.txt b/testing/local-binder-local-hub/requirements.txt index a4405fa0a..c1b24d705 100644 --- a/testing/local-binder-local-hub/requirements.txt +++ b/testing/local-binder-local-hub/requirements.txt @@ -1,4 +1,3 @@ -dockerspawner -jupyter-repo2docker -jupyterhub -nullauthenticator +dockerspawner>=12 +jupyter-repo2docker>=2023.06.0 +jupyterhub>=3