From 8540451cd8cfa7b530c60003ac9ab5c96bfe9c14 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 22 Apr 2022 01:30:24 -0700 Subject: [PATCH] Bump systemdspawner version https://github.com/jupyterhub/systemdspawner/pull/94 just made a release --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index 6852c5c..8da932c 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -122,7 +122,7 @@ def ensure_jupyterhub_package(prefix): prefix, [ "jupyterhub==1.*", - "jupyterhub-systemdspawner==0.15.*", + "jupyterhub-systemdspawner==0.16.*", "jupyterhub-firstuseauthenticator==1.*", "jupyterhub-nativeauthenticator==1.*", "jupyterhub-ldapauthenticator==1.*",