From 36d06d73a0289df40a59e8a89c1b7162c1a7a54e Mon Sep 17 00:00:00 2001 From: Malik Shahzad Muzaffar Date: Mon, 22 Jun 2026 08:23:16 +0200 Subject: [PATCH 1/2] Python packages update to get security fixes --- pip/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pip/requirements.txt b/pip/requirements.txt index b48d57a69e9..bd8f54c1933 100644 --- a/pip/requirements.txt +++ b/pip/requirements.txt @@ -186,11 +186,11 @@ jupyter-packaging==0.12.3 # NO_AUTO_UPDATE: cyclic dependency, see https://github.com/jupyterlab/jupyterlab_pygments/issues/23 jupyterlab-pygments==0.2.2 jupyter-lsp==2.3.0 -jupyter-server==2.18.2 +jupyter-server==2.20.0 jupyterlab-server==2.28.0 jupyter-server-mathjax==0.2.6 jupyter-server-terminals==0.5.4 -jupyterlab==4.5.7 +jupyterlab==4.6.0 jupyterlab-widgets==3.0.16 keras==3.13.2 keras-applications==1.0.8 @@ -227,7 +227,7 @@ mpld3==0.5.12 mplhep==1.1.0 mplhep-data==0.0.5 mpmath==1.3.0 -msgpack==1.1.2 +msgpack==1.2.1 multidict==6.7.1 narwhals==2.16.0 namex==0.1.0 From 73d7f827e15489d46e0454fc76206912919c02e1 Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Tue, 23 Jun 2026 11:04:34 +0200 Subject: [PATCH 2/2] Added upyter-builder as dependency of jupyterlab --- pip/jupyter-builder.file | 1 + pip/jupyterlab.file | 4 +++- pip/requirements.txt | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 pip/jupyter-builder.file diff --git a/pip/jupyter-builder.file b/pip/jupyter-builder.file new file mode 100644 index 00000000000..9d36659d859 --- /dev/null +++ b/pip/jupyter-builder.file @@ -0,0 +1 @@ +BuildRequires: py3-hatchling diff --git a/pip/jupyterlab.file b/pip/jupyterlab.file index a7a6b459854..db8978289ef 100644 --- a/pip/jupyterlab.file +++ b/pip/jupyterlab.file @@ -1,2 +1,4 @@ BuildRequires: py3-hatchling py3-hatch-jupyter-builder -Requires: py3-async-lru py3-httpx py3-importlib-metadata py3-ipykernel py3-Jinja2 py3-jupyter-core py3-jupyter-server py3-jupyter-lsp py3-jupyterlab-server py3-notebook-shim py3-packaging py3-tomli py3-tornado py3-traitlets +Requires: py3-async-lru py3-httpx py3-importlib-metadata py3-ipykernel py3-Jinja2 py3-jupyter-core +Requires: py3-jupyter-server py3-jupyter-lsp py3-jupyterlab-server py3-notebook-shim py3-packaging +Requires: py3-tomli py3-tornado py3-traitlets py3-jupyter-builder diff --git a/pip/requirements.txt b/pip/requirements.txt index bd8f54c1933..ddebc3fd407 100644 --- a/pip/requirements.txt +++ b/pip/requirements.txt @@ -178,6 +178,7 @@ json5==0.13.0 jsonpickle==4.1.1 jsonschema==4.26.0 jsonschema-specifications==2025.9.1 +jupyter-builder==1.0.2 jupyter-client==8.8.0 jupyter-console==6.6.3 jupyter-core==5.9.1