From 06d4670512b58f6d9b7b4f0543648145ef06aa64 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 18 Oct 2024 22:48:50 +0200 Subject: [PATCH] hub env: pin to jupyterhub 5.1.0 --- tljh/requirements-hub-env.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/requirements-hub-env.txt b/tljh/requirements-hub-env.txt index 53fe90d..6153f35 100644 --- a/tljh/requirements-hub-env.txt +++ b/tljh/requirements-hub-env.txt @@ -8,7 +8,7 @@ # If a dependency is bumped to a new major version, we should make a major # version release of tljh. # -jupyterhub>=5.2.0,<6 +jupyterhub>=5.1.0,<5.2.0 jupyterhub-systemdspawner>=1.0.1,<2 jupyterhub-firstuseauthenticator>=1.1.0,<2 jupyterhub-nativeauthenticator>=1.3.0,<2