From d985c5b34a12bf902e054b2eac04ffa99760585f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:32:50 +0000 Subject: [PATCH] Bump jupyterlab from 3.4.8 to 4.4.8 in /terra-base Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.4.8 to 4.4.8. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/vdom@3.4.8...@jupyterlab/lsp@4.4.8) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.4.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- terra-base/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terra-base/pyproject.toml b/terra-base/pyproject.toml index 1fb3d1d3..bdba9458 100644 --- a/terra-base/pyproject.toml +++ b/terra-base/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "jupyter-core==5.3.1", "jupyter-server==1.24.0", "jupyter-server-proxy==4.0.0", - "jupyterlab==3.4.8", + "jupyterlab==4.4.8", "jupyterlab-server==2.23.0", "nbclassic>=1.3.1", "nbconvert>=7.16.6",