From 516a23e377321ae62e6cb4ba79904202dcfbf61d Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Wed, 23 Dec 2020 13:53:57 +0200 Subject: [PATCH] Bump jh in hub env --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index 7c4b78c..c3ea99e 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -222,7 +222,7 @@ def ensure_jupyterhub_package(prefix): conda.ensure_pip_packages( prefix, [ - "jupyterhub==1.1.0", + "jupyterhub==1.2.0", "jupyterhub-dummyauthenticator==0.3.1", "jupyterhub-systemdspawner==0.15", "jupyterhub-firstuseauthenticator==0.14.1",