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"