From 408ceb8e7a8bfc40c6dca675932e444da815d5c5 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Sun, 24 Sep 2023 21:25:23 +0100 Subject: [PATCH] local-binder-local-hub: Set min versions in requirements --- testing/local-binder-local-hub/jupyterhub_config.py | 2 +- testing/local-binder-local-hub/requirements.txt | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) 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