From 9488f8f79b9d248320c0c8a6e7544ea66184f908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 14:47:18 +0000 Subject: [PATCH] build(deps): Bump jupyterlab Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.6.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.6.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] --- .../vdk-jupyter/vdk-jupyterlab-extension/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/pyproject.toml b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/pyproject.toml index 12c6e62db8..7d539b6b60 100644 --- a/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/pyproject.toml +++ b/projects/vdk-plugins/vdk-jupyter/vdk-jupyterlab-extension/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.4.0", "jupyterlab==3.6.8", "hatch-nodejs-version"] +requires = ["hatchling>=1.4.0", "jupyterlab==4.4.8", "hatch-nodejs-version"] build-backend = "hatchling.build" [project] @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "jupyter_server>=1.6,<3", - "jupyterlab==3.6.8", + "jupyterlab==4.4.8", "traitlets==5.9.0", "vdk-control-cli>=1.3.1020121059", "vdk-core>=0.3.1057638781"