From 0538264c2a093f2ddce9bea1d1daafb3dc2d2a82 Mon Sep 17 00:00:00 2001 From: Ryan Lovett Date: Mon, 13 Jan 2025 19:13:13 -0800 Subject: [PATCH] Update jupyterhub to 5.2.1. --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index c327ae2..aeaa7c2 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: dependencies: # Matches version in images/hub/Dockerfile -- jupyterhub==4.1.6 +- jupyterhub==5.2.1 - jupyterlab==4.3.4 - notebook==7.3.2