From ec71980d6d0431458d82d1c933a0bb1b2c996584 Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Tue, 10 Dec 2024 13:27:31 -0500 Subject: [PATCH] Upgrade Jupyterlab Bug: T381907 --- images/singleuser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index b88e4f14..d68d7ab3 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -43,7 +43,7 @@ RUN pip --no-cache-dir install -U pip setuptools wheel # Install base notebook packages RUN pip install --prefix=/srv/paws --no-cache-dir \ jupyterhub==4.1.1 \ - jupyterlab==4.3.2 + jupyterlab==4.3.3 ## End minimal setup ##