From 1a71ae743f054e4f891592c709d52a3a95f9bcb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Sat, 28 Jun 2025 15:48:30 +0200 Subject: [PATCH 1/4] RHOAIENG-21842: bump JupyterLab-related dependencies in all Python 3.11 / 3.12 Pipfiles - fixup: align `jupyter-bokeh` version to `~3.0.5` for TrustyAI 0.6.1 compatibility This update pulls in the Trash updates in JupyterLab UI --- jupyter/datascience/ubi9-python-3.11/Pipfile | 8 ++++---- jupyter/datascience/ubi9-python-3.12/Pipfile | 8 ++++---- jupyter/minimal/ubi9-python-3.11/Pipfile | 4 ++-- jupyter/minimal/ubi9-python-3.12/Pipfile | 4 ++-- jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile | 6 +++--- jupyter/pytorch/ubi9-python-3.11/Pipfile | 8 ++++---- jupyter/pytorch/ubi9-python-3.12/Pipfile | 8 ++++---- jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile | 8 ++++---- jupyter/rocm/pytorch/ubi9-python-3.12/Pipfile | 8 ++++---- jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile | 10 +++++----- jupyter/tensorflow/ubi9-python-3.11/Pipfile | 8 ++++---- jupyter/tensorflow/ubi9-python-3.12/Pipfile | 8 ++++---- jupyter/trustyai/ubi9-python-3.11/Pipfile | 10 +++++----- jupyter/trustyai/ubi9-python-3.12/Pipfile | 10 +++++----- .../base/jupyter-datascience-notebook-imagestream.yaml | 2 +- .../base/jupyter-minimal-gpu-notebook-imagestream.yaml | 2 +- .../base/jupyter-minimal-notebook-imagestream.yaml | 2 +- .../base/jupyter-pytorch-notebook-imagestream.yaml | 2 +- .../jupyter-rocm-minimal-notebook-imagestream.yaml | 2 +- .../jupyter-rocm-pytorch-notebook-imagestream.yaml | 2 +- .../jupyter-rocm-tensorflow-notebook-imagestream.yaml | 2 +- .../base/jupyter-tensorflow-notebook-imagestream.yaml | 2 +- .../base/jupyter-trustyai-notebook-imagestream.yaml | 2 +- ...jupyter-datascience-cpu-py312-ubi9-imagestream.yaml | 2 +- .../jupyter-minimal-cpu-py312-ubi9-imagestream.yaml | 2 +- .../jupyter-minimal-cuda-py312-ubi9-imagestream.yaml | 2 +- .../jupyter-minimal-rocm-py312-ubi9-imagestream.yaml | 2 +- .../jupyter-pytorch-cuda-py312-ubi9-imagestream.yaml | 2 +- .../jupyter-pytorch-rocm-py312-ubi9-imagestream.yaml | 2 +- ...jupyter-tensorflow-cuda-py312-ubi9-imagestream.yaml | 2 +- .../jupyter-trustyai-cpu-py312-ubi9-imagestream.yaml | 2 +- 31 files changed, 71 insertions(+), 71 deletions(-) diff --git a/jupyter/datascience/ubi9-python-3.11/Pipfile b/jupyter/datascience/ubi9-python-3.11/Pipfile index 2a2dcc19f8..15f4d87724 100755 --- a/jupyter/datascience/ubi9-python-3.11/Pipfile +++ b/jupyter/datascience/ubi9-python-3.11/Pipfile @@ -31,14 +31,14 @@ mysql-connector-python = "~=9.3.0" odh-elyra = "==4.2.3" -jupyterlab = "==4.2.7" +jupyterlab = "==4.4.4" jupyter-bokeh = "~=4.0.5" -jupyter-server = "~=2.15.0" +jupyter-server = "~=2.16.0" jupyter-server-proxy = "~=4.4.0" jupyter-server-terminals = "~=0.5.3" jupyterlab-git = "~=0.51.1" -jupyterlab-lsp = "~=5.1.0" -jupyterlab-widgets = "~=3.0.13" +jupyterlab-lsp = "~=5.1.1" +jupyterlab-widgets = "~=3.0.15" jupyter-resource-usage = "~=1.1.1" nbdime = "~=4.0.2" nbgitpuller = "~=1.2.2" diff --git a/jupyter/datascience/ubi9-python-3.12/Pipfile b/jupyter/datascience/ubi9-python-3.12/Pipfile index 521821833f..3a417afa84 100755 --- a/jupyter/datascience/ubi9-python-3.12/Pipfile +++ b/jupyter/datascience/ubi9-python-3.12/Pipfile @@ -31,14 +31,14 @@ mysql-connector-python = "~=9.3.0" odh-elyra = "==4.2.3" -jupyterlab = "==4.2.7" +jupyterlab = "==4.4.4" jupyter-bokeh = "~=4.0.5" -jupyter-server = "~=2.15.0" +jupyter-server = "~=2.16.0" jupyter-server-proxy = "~=4.4.0" jupyter-server-terminals = "~=0.5.3" jupyterlab-git = "~=0.51.1" -jupyterlab-lsp = "~=5.1.0" -jupyterlab-widgets = "~=3.0.13" +jupyterlab-lsp = "~=5.1.1" +jupyterlab-widgets = "~=3.0.15" jupyter-resource-usage = "~=1.1.1" nbdime = "~=4.0.2" nbgitpuller = "~=1.2.2" diff --git a/jupyter/minimal/ubi9-python-3.11/Pipfile b/jupyter/minimal/ubi9-python-3.11/Pipfile index 8f9a553793..8b0b57c254 100644 --- a/jupyter/minimal/ubi9-python-3.11/Pipfile +++ b/jupyter/minimal/ubi9-python-3.11/Pipfile @@ -8,8 +8,8 @@ verify_ssl = true [packages] # JupyterLab packages -jupyterlab = "==4.2.7" -jupyter-server = "~=2.15.0" +jupyterlab = "==4.4.4" +jupyter-server = "~=2.16.0" jupyter-server-proxy = "~=4.4.0" jupyter-server-terminals = "~=0.5.3" jupyterlab-git = "~=0.51.1" diff --git a/jupyter/minimal/ubi9-python-3.12/Pipfile b/jupyter/minimal/ubi9-python-3.12/Pipfile index becea0bc2d..a304fc9bad 100644 --- a/jupyter/minimal/ubi9-python-3.12/Pipfile +++ b/jupyter/minimal/ubi9-python-3.12/Pipfile @@ -8,8 +8,8 @@ verify_ssl = true [packages] # JupyterLab packages -jupyterlab = "==4.2.7" -jupyter-server = "~=2.15.0" +jupyterlab = "==4.4.4" +jupyter-server = "~=2.16.0" jupyter-server-proxy = "~=4.4.0" jupyter-server-terminals = "~=0.5.3" jupyterlab-git = "~=0.51.1" diff --git a/jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile b/jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile index 1384bafd7a..aa795bb5cc 100755 --- a/jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile +++ b/jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile @@ -56,12 +56,12 @@ mysql-connector-python = "~=9.3.0" odh-elyra = "==4.2.0" -jupyterlab = "==4.2.7" +jupyterlab = "==4.4.4" jupyter-bokeh = "~=4.0.5" -jupyter-server = "~=2.15.0" +jupyter-server = "~=2.16.0" jupyter-server-proxy = "~=4.4.0" jupyter-server-terminals = "~=0.5.3" -jupyterlab-git = "~=0.50.1" +jupyterlab-git = "~=0.51.1" jupyterlab-lsp = "~=5.1.0" jupyterlab-widgets = "~=3.0.13" jupyter-resource-usage = "~=1.1.1" diff --git a/jupyter/pytorch/ubi9-python-3.11/Pipfile b/jupyter/pytorch/ubi9-python-3.11/Pipfile index 59413d64f3..093ca15a8c 100755 --- a/jupyter/pytorch/ubi9-python-3.11/Pipfile +++ b/jupyter/pytorch/ubi9-python-3.11/Pipfile @@ -41,14 +41,14 @@ mysql-connector-python = "~=9.3.0" odh-elyra = "==4.2.3" -jupyterlab = "==4.2.7" +jupyterlab = "==4.4.4" jupyter-bokeh = "~=4.0.5" -jupyter-server = "~=2.15.0" +jupyter-server = "~=2.16.0" jupyter-server-proxy = "~=4.4.0" jupyter-server-terminals = "~=0.5.3" jupyterlab-git = "~=0.51.1" -jupyterlab-lsp = "~=5.1.0" -jupyterlab-widgets = "~=3.0.13" +jupyterlab-lsp = "~=5.1.1" +jupyterlab-widgets = "~=3.0.15" jupyter-resource-usage = "~=1.1.1" nbdime = "~=4.0.2" nbgitpuller = "~=1.2.2" diff --git a/jupyter/pytorch/ubi9-python-3.12/Pipfile b/jupyter/pytorch/ubi9-python-3.12/Pipfile index 977f330118..78dd5f3e6a 100755 --- a/jupyter/pytorch/ubi9-python-3.12/Pipfile +++ b/jupyter/pytorch/ubi9-python-3.12/Pipfile @@ -41,14 +41,14 @@ mysql-connector-python = "~=9.3.0" odh-elyra = "==4.2.3" -jupyterlab = "==4.2.7" +jupyterlab = "==4.4.4" jupyter-bokeh = "~=4.0.5" -jupyter-server = "~=2.15.0" +jupyter-server = "~=2.16.0" jupyter-server-proxy = "~=4.4.0" jupyter-server-terminals = "~=0.5.3" jupyterlab-git = "~=0.51.1" -jupyterlab-lsp = "~=5.1.0" -jupyterlab-widgets = "~=3.0.13" +jupyterlab-lsp = "~=5.1.1" +jupyterlab-widgets = "~=3.0.15" jupyter-resource-usage = "~=1.1.1" nbdime = "~=4.0.2" nbgitpuller = "~=1.2.2" diff --git a/jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile b/jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile index c706ea6df5..3d553e21a6 100755 --- a/jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile +++ b/jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile @@ -43,14 +43,14 @@ mysql-connector-python = "~=9.3.0" odh-elyra = "==4.2.3" -jupyterlab = "==4.2.7" +jupyterlab = "==4.4.4" jupyter-bokeh = "~=4.0.5" -jupyter-server = "~=2.15.0" +jupyter-server = "~=2.16.0" jupyter-server-proxy = "~=4.4.0" jupyter-server-terminals = "~=0.5.3" jupyterlab-git = "~=0.51.1" -jupyterlab-lsp = "~=5.1.0" -jupyterlab-widgets = "~=3.0.13" +jupyterlab-lsp = "~=5.1.1" +jupyterlab-widgets = "~=3.0.15" jupyter-resource-usage = "~=1.1.1" nbdime = "~=4.0.2" nbgitpuller = "~=1.2.2" diff --git a/jupyter/rocm/pytorch/ubi9-python-3.12/Pipfile b/jupyter/rocm/pytorch/ubi9-python-3.12/Pipfile index f7361f1074..b170a81371 100755 --- a/jupyter/rocm/pytorch/ubi9-python-3.12/Pipfile +++ b/jupyter/rocm/pytorch/ubi9-python-3.12/Pipfile @@ -43,14 +43,14 @@ mysql-connector-python = "~=9.3.0" odh-elyra = "==4.2.3" -jupyterlab = "==4.2.7" +jupyterlab = "==4.4.4" jupyter-bokeh = "~=4.0.5" -jupyter-server = "~=2.15.0" +jupyter-server = "~=2.16.0" jupyter-server-proxy = "~=4.4.0" jupyter-server-terminals = "~=0.5.3" jupyterlab-git = "~=0.51.1" -jupyterlab-lsp = "~=5.1.0" -jupyterlab-widgets = "~=3.0.13" +jupyterlab-lsp = "~=5.1.1" +jupyterlab-widgets = "~=3.0.15" jupyter-resource-usage = "~=1.1.1" nbdime = "~=4.0.2" nbgitpuller = "~=1.2.2" diff --git a/jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile b/jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile index 6f0aef14e8..5b5ccbdc7a 100644 --- a/jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile +++ b/jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile @@ -38,15 +38,15 @@ mysql-connector-python = "~=9.3.0" odh-elyra = "==4.2.3" -jupyterlab = "==4.2.7" +jupyterlab = "==4.4.4" jupyter-bokeh = "~=4.0.5" -jupyter-server = "~=2.15.0" +jupyter-server = "~=2.16.0" jupyter-server-proxy = "~=4.4.0" jupyter-server-terminals = "~=0.5.3" jupyterlab-git = "~=0.51.1" -jupyterlab-lsp = "~=5.1.0" -jupyterlab-widgets = "~=3.0.13" -jupyter-resource-usage = "~=1.1.0" +jupyterlab-lsp = "~=5.1.1" +jupyterlab-widgets = "~=3.0.15" +jupyter-resource-usage = "~=1.1.1" nbdime = "~=4.0.2" nbgitpuller = "~=1.2.2" diff --git a/jupyter/tensorflow/ubi9-python-3.11/Pipfile b/jupyter/tensorflow/ubi9-python-3.11/Pipfile index 5a58277bb5..6317aca60e 100644 --- a/jupyter/tensorflow/ubi9-python-3.11/Pipfile +++ b/jupyter/tensorflow/ubi9-python-3.11/Pipfile @@ -36,14 +36,14 @@ mysql-connector-python = "~=9.3.0" # JupyterLab packages odh-elyra = "==4.2.3" -jupyterlab = "==4.2.7" +jupyterlab = "==4.4.4" jupyter-bokeh = "~=4.0.5" -jupyter-server = "~=2.15.0" +jupyter-server = "~=2.16.0" jupyter-server-proxy = "~=4.4.0" jupyter-server-terminals = "~=0.5.3" jupyterlab-git = "~=0.51.1" -jupyterlab-lsp = "~=5.1.0" -jupyterlab-widgets = "~=3.0.13" +jupyterlab-lsp = "~=5.1.1" +jupyterlab-widgets = "~=3.0.15" jupyter-resource-usage = "~=1.1.1" nbdime = "~=4.0.2" nbgitpuller = "~=1.2.2" diff --git a/jupyter/tensorflow/ubi9-python-3.12/Pipfile b/jupyter/tensorflow/ubi9-python-3.12/Pipfile index 5afc57aefa..53186d9552 100755 --- a/jupyter/tensorflow/ubi9-python-3.12/Pipfile +++ b/jupyter/tensorflow/ubi9-python-3.12/Pipfile @@ -36,14 +36,14 @@ mysql-connector-python = "~=9.3.0" # JupyterLab packages odh-elyra = "==4.2.3" -jupyterlab = "==4.2.7" +jupyterlab = "==4.4.4" jupyter-bokeh = "~=4.0.5" -jupyter-server = "~=2.15.0" +jupyter-server = "~=2.16.0" jupyter-server-proxy = "~=4.4.0" jupyter-server-terminals = "~=0.5.3" jupyterlab-git = "~=0.51.1" -jupyterlab-lsp = "~=5.1.0" -jupyterlab-widgets = "~=3.0.13" +jupyterlab-lsp = "~=5.1.1" +jupyterlab-widgets = "~=3.0.15" jupyter-resource-usage = "~=1.1.1" nbdime = "~=4.0.2" nbgitpuller = "~=1.2.2" diff --git a/jupyter/trustyai/ubi9-python-3.11/Pipfile b/jupyter/trustyai/ubi9-python-3.11/Pipfile index bfa3418036..cf812c885e 100644 --- a/jupyter/trustyai/ubi9-python-3.11/Pipfile +++ b/jupyter/trustyai/ubi9-python-3.11/Pipfile @@ -45,14 +45,14 @@ mysql-connector-python = "~=9.3.0" # JupyterLab packages odh-elyra = "==4.2.3" -jupyterlab = "==4.2.7" -jupyter-bokeh = "~=3.0.5" # Should be pinned down to this version in order to be compatible with trustyai -jupyter-server = "~=2.15.0" +jupyterlab = "==4.4.4" +jupyter-bokeh = "~=3.0.5" # trustyai 0.6.1 depends on jupyter-bokeh~=3.0.5 +jupyter-server = "~=2.16.0" jupyter-server-proxy = "~=4.4.0" jupyter-server-terminals = "~=0.5.3" jupyterlab-git = "~=0.51.1" -jupyterlab-lsp = "~=5.1.0" -jupyterlab-widgets = "~=3.0.13" +jupyterlab-lsp = "~=5.1.1" +jupyterlab-widgets = "~=3.0.15" jupyter-resource-usage = "~=1.1.1" nbdime = "~=4.0.2" nbgitpuller = "~=1.2.2" diff --git a/jupyter/trustyai/ubi9-python-3.12/Pipfile b/jupyter/trustyai/ubi9-python-3.12/Pipfile index d66dfa49e1..65df6a8725 100755 --- a/jupyter/trustyai/ubi9-python-3.12/Pipfile +++ b/jupyter/trustyai/ubi9-python-3.12/Pipfile @@ -45,14 +45,14 @@ mysql-connector-python = "~=9.3.0" # JupyterLab packages odh-elyra = "==4.2.3" -jupyterlab = "==4.2.7" -jupyter-bokeh = "~=3.0.5" # Should be pinned down to this version in order to be compatible with trustyai -jupyter-server = "~=2.15.0" +jupyterlab = "==4.4.4" +jupyter-bokeh = "~=3.0.5" # trustyai 0.6.1 depends on jupyter-bokeh~=3.0.5 +jupyter-server = "~=2.16.0" jupyter-server-proxy = "~=4.4.0" jupyter-server-terminals = "~=0.5.3" jupyterlab-git = "~=0.51.1" -jupyterlab-lsp = "~=5.1.0" -jupyterlab-widgets = "~=3.0.13" +jupyterlab-lsp = "~=5.1.1" +jupyterlab-widgets = "~=3.0.15" jupyter-resource-usage = "~=1.1.1" nbdime = "~=4.0.2" nbgitpuller = "~=1.2.2" diff --git a/manifests/base/jupyter-datascience-notebook-imagestream.yaml b/manifests/base/jupyter-datascience-notebook-imagestream.yaml index 31d952b5b7..cf7cca1a88 100644 --- a/manifests/base/jupyter-datascience-notebook-imagestream.yaml +++ b/manifests/base/jupyter-datascience-notebook-imagestream.yaml @@ -24,7 +24,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab","version": "4.2"}, + {"name": "JupyterLab","version": "4.4"}, {"name": "Boto3", "version": "1.37"}, {"name": "Kafka-Python-ng", "version": "2.2"}, {"name": "Kfp", "version": "2.12"}, diff --git a/manifests/base/jupyter-minimal-gpu-notebook-imagestream.yaml b/manifests/base/jupyter-minimal-gpu-notebook-imagestream.yaml index 06e30c4e68..be9c6aed39 100644 --- a/manifests/base/jupyter-minimal-gpu-notebook-imagestream.yaml +++ b/manifests/base/jupyter-minimal-gpu-notebook-imagestream.yaml @@ -26,7 +26,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab", "version": "4.2"} + {"name": "JupyterLab", "version": "4.4"} ] openshift.io/imported-from: quay.io/opendatahub/workbench-images opendatahub.io/workbench-image-recommended: 'true' diff --git a/manifests/base/jupyter-minimal-notebook-imagestream.yaml b/manifests/base/jupyter-minimal-notebook-imagestream.yaml index c4ef767926..45ab5c9fb4 100644 --- a/manifests/base/jupyter-minimal-notebook-imagestream.yaml +++ b/manifests/base/jupyter-minimal-notebook-imagestream.yaml @@ -24,7 +24,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab","version": "4.2"} + {"name": "JupyterLab","version": "4.4"} ] openshift.io/imported-from: quay.io/opendatahub/workbench-images opendatahub.io/workbench-image-recommended: 'true' diff --git a/manifests/base/jupyter-pytorch-notebook-imagestream.yaml b/manifests/base/jupyter-pytorch-notebook-imagestream.yaml index 67bd131ace..466217ca80 100644 --- a/manifests/base/jupyter-pytorch-notebook-imagestream.yaml +++ b/manifests/base/jupyter-pytorch-notebook-imagestream.yaml @@ -27,7 +27,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab","version": "4.2"}, + {"name": "JupyterLab","version": "4.4"}, {"name": "PyTorch", "version": "2.6"}, {"name": "Tensorboard", "version": "2.19"}, {"name": "Boto3", "version": "1.37"}, diff --git a/manifests/base/jupyter-rocm-minimal-notebook-imagestream.yaml b/manifests/base/jupyter-rocm-minimal-notebook-imagestream.yaml index 40bbec6fc3..ce2625a904 100644 --- a/manifests/base/jupyter-rocm-minimal-notebook-imagestream.yaml +++ b/manifests/base/jupyter-rocm-minimal-notebook-imagestream.yaml @@ -26,7 +26,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab", "version": "4.2"} + {"name": "JupyterLab", "version": "4.4"} ] openshift.io/imported-from: quay.io/opendatahub/workbench-images opendatahub.io/workbench-image-recommended: 'true' diff --git a/manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml b/manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml index 3dbae457d9..25f4f9b300 100644 --- a/manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml +++ b/manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml @@ -26,7 +26,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab","version": "4.2"}, + {"name": "JupyterLab","version": "4.4"}, {"name": "ROCm-PyTorch", "version": "2.6"}, {"name": "Tensorboard", "version": "2.18"}, {"name": "Kafka-Python-ng", "version": "2.2"}, diff --git a/manifests/base/jupyter-rocm-tensorflow-notebook-imagestream.yaml b/manifests/base/jupyter-rocm-tensorflow-notebook-imagestream.yaml index dccf8e2516..ba7485895c 100644 --- a/manifests/base/jupyter-rocm-tensorflow-notebook-imagestream.yaml +++ b/manifests/base/jupyter-rocm-tensorflow-notebook-imagestream.yaml @@ -26,7 +26,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab","version": "4.2"}, + {"name": "JupyterLab","version": "4.4"}, {"name": "ROCm-TensorFlow", "version": "2.14"}, {"name": "Tensorboard", "version": "2.14"}, {"name": "Kafka-Python-ng", "version": "2.2"}, diff --git a/manifests/base/jupyter-tensorflow-notebook-imagestream.yaml b/manifests/base/jupyter-tensorflow-notebook-imagestream.yaml index 6529912860..da20422538 100644 --- a/manifests/base/jupyter-tensorflow-notebook-imagestream.yaml +++ b/manifests/base/jupyter-tensorflow-notebook-imagestream.yaml @@ -27,7 +27,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab","version": "4.2"}, + {"name": "JupyterLab","version": "4.4"}, {"name": "TensorFlow", "version": "2.18"}, {"name": "Tensorboard", "version": "2.18"}, {"name": "Nvidia-CUDA-CU12-Bundle", "version": "12.5"}, diff --git a/manifests/base/jupyter-trustyai-notebook-imagestream.yaml b/manifests/base/jupyter-trustyai-notebook-imagestream.yaml index de927b0489..e614a883fe 100644 --- a/manifests/base/jupyter-trustyai-notebook-imagestream.yaml +++ b/manifests/base/jupyter-trustyai-notebook-imagestream.yaml @@ -24,7 +24,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab","version": "4.2"}, + {"name": "JupyterLab","version": "4.4"}, {"name": "TrustyAI", "version": "0.6"}, {"name": "Transformers", "version": "4.50"}, {"name": "Datasets", "version": "3.4"}, diff --git a/manifests/overlays/additional/jupyter-datascience-cpu-py312-ubi9-imagestream.yaml b/manifests/overlays/additional/jupyter-datascience-cpu-py312-ubi9-imagestream.yaml index 184b7f8ef9..7d50fe0b3f 100644 --- a/manifests/overlays/additional/jupyter-datascience-cpu-py312-ubi9-imagestream.yaml +++ b/manifests/overlays/additional/jupyter-datascience-cpu-py312-ubi9-imagestream.yaml @@ -23,7 +23,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab","version": "4.2"}, + {"name": "JupyterLab","version": "4.4"}, {"name": "Boto3", "version": "1.37"}, {"name": "Kafka-Python-ng", "version": "2.2"}, {"name": "Kfp", "version": "2.12"}, diff --git a/manifests/overlays/additional/jupyter-minimal-cpu-py312-ubi9-imagestream.yaml b/manifests/overlays/additional/jupyter-minimal-cpu-py312-ubi9-imagestream.yaml index 29ee5658a0..83ca1196bb 100644 --- a/manifests/overlays/additional/jupyter-minimal-cpu-py312-ubi9-imagestream.yaml +++ b/manifests/overlays/additional/jupyter-minimal-cpu-py312-ubi9-imagestream.yaml @@ -23,7 +23,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab","version": "4.2"} + {"name": "JupyterLab","version": "4.4"} ] openshift.io/imported-from: quay.io/opendatahub/workbench-images opendatahub.io/workbench-image-recommended: 'true' diff --git a/manifests/overlays/additional/jupyter-minimal-cuda-py312-ubi9-imagestream.yaml b/manifests/overlays/additional/jupyter-minimal-cuda-py312-ubi9-imagestream.yaml index 706828a388..c0c58e7be8 100644 --- a/manifests/overlays/additional/jupyter-minimal-cuda-py312-ubi9-imagestream.yaml +++ b/manifests/overlays/additional/jupyter-minimal-cuda-py312-ubi9-imagestream.yaml @@ -25,7 +25,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab", "version": "4.2"} + {"name": "JupyterLab", "version": "4.4"} ] openshift.io/imported-from: quay.io/opendatahub/workbench-images opendatahub.io/workbench-image-recommended: 'true' diff --git a/manifests/overlays/additional/jupyter-minimal-rocm-py312-ubi9-imagestream.yaml b/manifests/overlays/additional/jupyter-minimal-rocm-py312-ubi9-imagestream.yaml index 0c7491400b..db35af3a53 100644 --- a/manifests/overlays/additional/jupyter-minimal-rocm-py312-ubi9-imagestream.yaml +++ b/manifests/overlays/additional/jupyter-minimal-rocm-py312-ubi9-imagestream.yaml @@ -25,7 +25,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab", "version": "4.2"} + {"name": "JupyterLab", "version": "4.4"} ] openshift.io/imported-from: quay.io/opendatahub/workbench-images opendatahub.io/workbench-image-recommended: 'true' diff --git a/manifests/overlays/additional/jupyter-pytorch-cuda-py312-ubi9-imagestream.yaml b/manifests/overlays/additional/jupyter-pytorch-cuda-py312-ubi9-imagestream.yaml index a64c8ed730..2b5829e59b 100644 --- a/manifests/overlays/additional/jupyter-pytorch-cuda-py312-ubi9-imagestream.yaml +++ b/manifests/overlays/additional/jupyter-pytorch-cuda-py312-ubi9-imagestream.yaml @@ -26,7 +26,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab","version": "4.2"}, + {"name": "JupyterLab","version": "4.4"}, {"name": "PyTorch", "version": "2.6"}, {"name": "Tensorboard", "version": "2.19"}, {"name": "Boto3", "version": "1.37"}, diff --git a/manifests/overlays/additional/jupyter-pytorch-rocm-py312-ubi9-imagestream.yaml b/manifests/overlays/additional/jupyter-pytorch-rocm-py312-ubi9-imagestream.yaml index 03476bd8af..ee3af036cf 100644 --- a/manifests/overlays/additional/jupyter-pytorch-rocm-py312-ubi9-imagestream.yaml +++ b/manifests/overlays/additional/jupyter-pytorch-rocm-py312-ubi9-imagestream.yaml @@ -25,7 +25,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab","version": "4.2"}, + {"name": "JupyterLab","version": "4.4"}, {"name": "ROCm-PyTorch", "version": "2.6"}, {"name": "Tensorboard", "version": "2.18"}, {"name": "Kafka-Python-ng", "version": "2.2"}, diff --git a/manifests/overlays/additional/jupyter-tensorflow-cuda-py312-ubi9-imagestream.yaml b/manifests/overlays/additional/jupyter-tensorflow-cuda-py312-ubi9-imagestream.yaml index d387015bf0..4d2e77be72 100644 --- a/manifests/overlays/additional/jupyter-tensorflow-cuda-py312-ubi9-imagestream.yaml +++ b/manifests/overlays/additional/jupyter-tensorflow-cuda-py312-ubi9-imagestream.yaml @@ -26,7 +26,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab","version": "4.2"}, + {"name": "JupyterLab","version": "4.4"}, {"name": "TensorFlow", "version": "2.18"}, {"name": "Tensorboard", "version": "2.18"}, {"name": "Nvidia-CUDA-CU12-Bundle", "version": "12.5"}, diff --git a/manifests/overlays/additional/jupyter-trustyai-cpu-py312-ubi9-imagestream.yaml b/manifests/overlays/additional/jupyter-trustyai-cpu-py312-ubi9-imagestream.yaml index 850db93e63..58ec33df90 100644 --- a/manifests/overlays/additional/jupyter-trustyai-cpu-py312-ubi9-imagestream.yaml +++ b/manifests/overlays/additional/jupyter-trustyai-cpu-py312-ubi9-imagestream.yaml @@ -23,7 +23,7 @@ spec: # language=json opendatahub.io/notebook-python-dependencies: | [ - {"name": "JupyterLab","version": "4.2"}, + {"name": "JupyterLab","version": "4.4"}, {"name": "TrustyAI", "version": "0.6"}, {"name": "Transformers", "version": "4.49"}, {"name": "Datasets", "version": "3.4"}, From c29b74737ec8e9a985c322c2a8961261732bcb23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Thu, 7 Aug 2025 13:17:14 +0200 Subject: [PATCH 2/4] Bump `odh-elyra` to `4.2.3` in PyTorch LLM Compressor Pipfile --- jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile b/jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile index aa795bb5cc..c06da3185f 100755 --- a/jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile +++ b/jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile @@ -54,7 +54,7 @@ mysql-connector-python = "~=9.3.0" # JupyterLab packages -odh-elyra = "==4.2.0" +odh-elyra = "==4.2.3" jupyterlab = "==4.4.4" jupyter-bokeh = "~=4.0.5" From d55fe427f0efc2f1d5cc5d1e551cd21ee23dd97b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 7 Aug 2025 16:49:24 +0000 Subject: [PATCH 3/4] Update Pipfile.lock for Python 3.12 --- .../datascience/ubi9-python-3.12/Pipfile.lock | 16 ++++++++-------- .../ubi9-python-3.12/requirements.txt | 12 ++++++------ jupyter/minimal/ubi9-python-3.12/Pipfile.lock | 16 ++++++++-------- .../minimal/ubi9-python-3.12/requirements.txt | 12 ++++++------ jupyter/pytorch/ubi9-python-3.12/Pipfile.lock | 16 ++++++++-------- .../pytorch/ubi9-python-3.12/requirements.txt | 12 ++++++------ .../rocm/pytorch/ubi9-python-3.12/Pipfile.lock | 16 ++++++++-------- .../pytorch/ubi9-python-3.12/requirements.txt | 12 ++++++------ jupyter/tensorflow/ubi9-python-3.12/Pipfile.lock | 16 ++++++++-------- .../tensorflow/ubi9-python-3.12/requirements.txt | 12 ++++++------ jupyter/trustyai/ubi9-python-3.12/Pipfile.lock | 16 ++++++++-------- .../trustyai/ubi9-python-3.12/requirements.txt | 12 ++++++------ 12 files changed, 84 insertions(+), 84 deletions(-) diff --git a/jupyter/datascience/ubi9-python-3.12/Pipfile.lock b/jupyter/datascience/ubi9-python-3.12/Pipfile.lock index 05562a6434..d6d57ac1d4 100644 --- a/jupyter/datascience/ubi9-python-3.12/Pipfile.lock +++ b/jupyter/datascience/ubi9-python-3.12/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "37731afc569349b70d01b9e828a3e46735eba42245eee29da2c96c5f824f26bc" + "sha256": "d5b391168c57546b81cb6f95e45db5d5e246bda2c28e9b76b4af43e5eba1518f" }, "pipfile-spec": 6, "requires": { @@ -1461,12 +1461,12 @@ }, "jupyter-server": { "hashes": [ - "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", - "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084" + "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", + "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.15.0" + "version": "==2.16.0" }, "jupyter-server-mathjax": { "hashes": [ @@ -1496,12 +1496,12 @@ }, "jupyterlab": { "hashes": [ - "sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3", - "sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d" + "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", + "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.7" + "markers": "python_version >= '3.9'", + "version": "==4.4.4" }, "jupyterlab-git": { "hashes": [ diff --git a/jupyter/datascience/ubi9-python-3.12/requirements.txt b/jupyter/datascience/ubi9-python-3.12/requirements.txt index 0e60ce0296..315cfc055b 100644 --- a/jupyter/datascience/ubi9-python-3.12/requirements.txt +++ b/jupyter/datascience/ubi9-python-3.12/requirements.txt @@ -988,9 +988,9 @@ jupyter-packaging==0.12.3; python_version >= '3.7' \ jupyter-resource-usage==1.1.1; python_version >= '3.8' \ --hash=sha256:1f163b51b1960801c84d01753907be695e4b23e6ce3f3291f6b03cab09cc438d \ --hash=sha256:f7a3451caec9f5e6343f60b0a8e4034652138df65ece7a9153242115845f9bbb -jupyter-server==2.15.0; python_version >= '3.9' \ - --hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ - --hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 +jupyter-server==2.16.0; python_version >= '3.9' \ + --hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ + --hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ --hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ --hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 @@ -1000,9 +1000,9 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ jupyter-server-terminals==0.5.3; python_version >= '3.8' \ --hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ --hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 -jupyterlab==4.2.7; python_version >= '3.8' \ - --hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ - --hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d +jupyterlab==4.4.4; python_version >= '3.9' \ + --hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ + --hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd jupyterlab-git==0.51.2; python_version >= '3.8' \ --hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ --hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562 diff --git a/jupyter/minimal/ubi9-python-3.12/Pipfile.lock b/jupyter/minimal/ubi9-python-3.12/Pipfile.lock index 5e2d9f0ebf..d4275caa47 100644 --- a/jupyter/minimal/ubi9-python-3.12/Pipfile.lock +++ b/jupyter/minimal/ubi9-python-3.12/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "f56a692dbf44fbde23272da5132dc510e63b85e09457e450beffa949f4883575" + "sha256": "78abf6055903cf51771c1f967953018584bd87bd7517d05c623af7bd3b6d2958" }, "pipfile-spec": 6, "requires": { @@ -772,12 +772,12 @@ }, "jupyter-server": { "hashes": [ - "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", - "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084" + "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", + "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.15.0" + "version": "==2.16.0" }, "jupyter-server-mathjax": { "hashes": [ @@ -807,12 +807,12 @@ }, "jupyterlab": { "hashes": [ - "sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3", - "sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d" + "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", + "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.7" + "markers": "python_version >= '3.9'", + "version": "==4.4.4" }, "jupyterlab-git": { "hashes": [ diff --git a/jupyter/minimal/ubi9-python-3.12/requirements.txt b/jupyter/minimal/ubi9-python-3.12/requirements.txt index 208809f64c..3de88351f1 100644 --- a/jupyter/minimal/ubi9-python-3.12/requirements.txt +++ b/jupyter/minimal/ubi9-python-3.12/requirements.txt @@ -528,9 +528,9 @@ jupyter-events==0.12.0; python_version >= '3.9' \ jupyter-lsp==2.2.6; python_version >= '3.8' \ --hash=sha256:0566bd9bb04fd9e6774a937ed01522b555ba78be37bebef787c8ab22de4c0361 \ --hash=sha256:283783752bf0b459ee7fa88effa72104d87dd343b82d5c06cf113ef755b15b6d -jupyter-server==2.15.0; python_version >= '3.9' \ - --hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ - --hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 +jupyter-server==2.16.0; python_version >= '3.9' \ + --hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ + --hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ --hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ --hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 @@ -540,9 +540,9 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ jupyter-server-terminals==0.5.3; python_version >= '3.8' \ --hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ --hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 -jupyterlab==4.2.7; python_version >= '3.8' \ - --hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ - --hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d +jupyterlab==4.4.4; python_version >= '3.9' \ + --hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ + --hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd jupyterlab-git==0.51.2; python_version >= '3.8' \ --hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ --hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562 diff --git a/jupyter/pytorch/ubi9-python-3.12/Pipfile.lock b/jupyter/pytorch/ubi9-python-3.12/Pipfile.lock index 335e0be3e9..1310707865 100644 --- a/jupyter/pytorch/ubi9-python-3.12/Pipfile.lock +++ b/jupyter/pytorch/ubi9-python-3.12/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "8c59bca9f11b751151ade7726c059a2832df17fa6d0ff1120cce857fda847ed9" + "sha256": "66165cb754e099e3f26f32d3576b940b41720e40ebb937575d462ce3746dfbff" }, "pipfile-spec": 6, "requires": { @@ -1474,12 +1474,12 @@ }, "jupyter-server": { "hashes": [ - "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", - "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084" + "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", + "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.15.0" + "version": "==2.16.0" }, "jupyter-server-mathjax": { "hashes": [ @@ -1509,12 +1509,12 @@ }, "jupyterlab": { "hashes": [ - "sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3", - "sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d" + "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", + "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.7" + "markers": "python_version >= '3.9'", + "version": "==4.4.4" }, "jupyterlab-git": { "hashes": [ diff --git a/jupyter/pytorch/ubi9-python-3.12/requirements.txt b/jupyter/pytorch/ubi9-python-3.12/requirements.txt index 457fe80beb..6d85447937 100644 --- a/jupyter/pytorch/ubi9-python-3.12/requirements.txt +++ b/jupyter/pytorch/ubi9-python-3.12/requirements.txt @@ -992,9 +992,9 @@ jupyter-packaging==0.12.3; python_version >= '3.7' \ jupyter-resource-usage==1.1.1; python_version >= '3.8' \ --hash=sha256:1f163b51b1960801c84d01753907be695e4b23e6ce3f3291f6b03cab09cc438d \ --hash=sha256:f7a3451caec9f5e6343f60b0a8e4034652138df65ece7a9153242115845f9bbb -jupyter-server==2.15.0; python_version >= '3.9' \ - --hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ - --hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 +jupyter-server==2.16.0; python_version >= '3.9' \ + --hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ + --hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ --hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ --hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 @@ -1004,9 +1004,9 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ jupyter-server-terminals==0.5.3; python_version >= '3.8' \ --hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ --hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 -jupyterlab==4.2.7; python_version >= '3.8' \ - --hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ - --hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d +jupyterlab==4.4.4; python_version >= '3.9' \ + --hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ + --hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd jupyterlab-git==0.51.2; python_version >= '3.8' \ --hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ --hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562 diff --git a/jupyter/rocm/pytorch/ubi9-python-3.12/Pipfile.lock b/jupyter/rocm/pytorch/ubi9-python-3.12/Pipfile.lock index 54559e6eef..9d8e453c93 100644 --- a/jupyter/rocm/pytorch/ubi9-python-3.12/Pipfile.lock +++ b/jupyter/rocm/pytorch/ubi9-python-3.12/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "37be0da41bb45dea6b8e5ed801da8871773e952bd7a56ddec4514576893f301a" + "sha256": "c9dc222ace7bc66e820ebed527df84edb2c10eb4778e03f149b63213b4982c1b" }, "pipfile-spec": 6, "requires": { @@ -1474,12 +1474,12 @@ }, "jupyter-server": { "hashes": [ - "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", - "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084" + "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", + "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.15.0" + "version": "==2.16.0" }, "jupyter-server-mathjax": { "hashes": [ @@ -1509,12 +1509,12 @@ }, "jupyterlab": { "hashes": [ - "sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3", - "sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d" + "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", + "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.7" + "markers": "python_version >= '3.9'", + "version": "==4.4.4" }, "jupyterlab-git": { "hashes": [ diff --git a/jupyter/rocm/pytorch/ubi9-python-3.12/requirements.txt b/jupyter/rocm/pytorch/ubi9-python-3.12/requirements.txt index ce6355dada..0e63d72d51 100644 --- a/jupyter/rocm/pytorch/ubi9-python-3.12/requirements.txt +++ b/jupyter/rocm/pytorch/ubi9-python-3.12/requirements.txt @@ -992,9 +992,9 @@ jupyter-packaging==0.12.3; python_version >= '3.7' \ jupyter-resource-usage==1.1.1; python_version >= '3.8' \ --hash=sha256:1f163b51b1960801c84d01753907be695e4b23e6ce3f3291f6b03cab09cc438d \ --hash=sha256:f7a3451caec9f5e6343f60b0a8e4034652138df65ece7a9153242115845f9bbb -jupyter-server==2.15.0; python_version >= '3.9' \ - --hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ - --hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 +jupyter-server==2.16.0; python_version >= '3.9' \ + --hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ + --hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ --hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ --hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 @@ -1004,9 +1004,9 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ jupyter-server-terminals==0.5.3; python_version >= '3.8' \ --hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ --hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 -jupyterlab==4.2.7; python_version >= '3.8' \ - --hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ - --hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d +jupyterlab==4.4.4; python_version >= '3.9' \ + --hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ + --hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd jupyterlab-git==0.51.2; python_version >= '3.8' \ --hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ --hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562 diff --git a/jupyter/tensorflow/ubi9-python-3.12/Pipfile.lock b/jupyter/tensorflow/ubi9-python-3.12/Pipfile.lock index 4523b682f3..5a2d014ce2 100644 --- a/jupyter/tensorflow/ubi9-python-3.12/Pipfile.lock +++ b/jupyter/tensorflow/ubi9-python-3.12/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "fb3fd4a47311be9da50e4f22c2bf5fd9695ce89a7cafd3ac0a761590a1f4352d" + "sha256": "19d604546bf7d6325fe8a8787b92bd221b66e1d58127a3a254ec0aff1867e658" }, "pipfile-spec": 6, "requires": { @@ -1531,12 +1531,12 @@ }, "jupyter-server": { "hashes": [ - "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", - "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084" + "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", + "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.15.0" + "version": "==2.16.0" }, "jupyter-server-mathjax": { "hashes": [ @@ -1566,12 +1566,12 @@ }, "jupyterlab": { "hashes": [ - "sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3", - "sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d" + "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", + "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.7" + "markers": "python_version >= '3.9'", + "version": "==4.4.4" }, "jupyterlab-git": { "hashes": [ diff --git a/jupyter/tensorflow/ubi9-python-3.12/requirements.txt b/jupyter/tensorflow/ubi9-python-3.12/requirements.txt index 90356c8b5d..e15d90c961 100644 --- a/jupyter/tensorflow/ubi9-python-3.12/requirements.txt +++ b/jupyter/tensorflow/ubi9-python-3.12/requirements.txt @@ -1031,9 +1031,9 @@ jupyter-packaging==0.12.3; python_version >= '3.7' \ jupyter-resource-usage==1.1.1; python_version >= '3.8' \ --hash=sha256:1f163b51b1960801c84d01753907be695e4b23e6ce3f3291f6b03cab09cc438d \ --hash=sha256:f7a3451caec9f5e6343f60b0a8e4034652138df65ece7a9153242115845f9bbb -jupyter-server==2.15.0; python_version >= '3.9' \ - --hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ - --hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 +jupyter-server==2.16.0; python_version >= '3.9' \ + --hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ + --hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ --hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ --hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 @@ -1043,9 +1043,9 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ jupyter-server-terminals==0.5.3; python_version >= '3.8' \ --hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ --hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 -jupyterlab==4.2.7; python_version >= '3.8' \ - --hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ - --hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d +jupyterlab==4.4.4; python_version >= '3.9' \ + --hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ + --hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd jupyterlab-git==0.51.2; python_version >= '3.8' \ --hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ --hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562 diff --git a/jupyter/trustyai/ubi9-python-3.12/Pipfile.lock b/jupyter/trustyai/ubi9-python-3.12/Pipfile.lock index a47ee0bf58..c0f27f491e 100644 --- a/jupyter/trustyai/ubi9-python-3.12/Pipfile.lock +++ b/jupyter/trustyai/ubi9-python-3.12/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "98e3ffcd1fff037ba030b67a9fad4df130579fff88012e92f57a464333dc66c5" + "sha256": "9abb20016435a97aa20886b724c50efc14170a456889bd1b2007524339703e5c" }, "pipfile-spec": 6, "requires": { @@ -1538,12 +1538,12 @@ }, "jupyter-server": { "hashes": [ - "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", - "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084" + "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", + "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.15.0" + "version": "==2.16.0" }, "jupyter-server-mathjax": { "hashes": [ @@ -1573,12 +1573,12 @@ }, "jupyterlab": { "hashes": [ - "sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3", - "sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d" + "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", + "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.7" + "markers": "python_version >= '3.9'", + "version": "==4.4.4" }, "jupyterlab-git": { "hashes": [ diff --git a/jupyter/trustyai/ubi9-python-3.12/requirements.txt b/jupyter/trustyai/ubi9-python-3.12/requirements.txt index 18816667fd..4cd9281d92 100644 --- a/jupyter/trustyai/ubi9-python-3.12/requirements.txt +++ b/jupyter/trustyai/ubi9-python-3.12/requirements.txt @@ -1031,9 +1031,9 @@ jupyter-packaging==0.12.3; python_version >= '3.7' \ jupyter-resource-usage==1.1.1; python_version >= '3.8' \ --hash=sha256:1f163b51b1960801c84d01753907be695e4b23e6ce3f3291f6b03cab09cc438d \ --hash=sha256:f7a3451caec9f5e6343f60b0a8e4034652138df65ece7a9153242115845f9bbb -jupyter-server==2.15.0; python_version >= '3.9' \ - --hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ - --hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 +jupyter-server==2.16.0; python_version >= '3.9' \ + --hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ + --hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ --hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ --hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 @@ -1043,9 +1043,9 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ jupyter-server-terminals==0.5.3; python_version >= '3.8' \ --hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ --hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 -jupyterlab==4.2.7; python_version >= '3.8' \ - --hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ - --hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d +jupyterlab==4.4.4; python_version >= '3.9' \ + --hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ + --hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd jupyterlab-git==0.51.2; python_version >= '3.8' \ --hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ --hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562 From a4a5bbb052a0b0f81a7c73aa6c78b1e86f8907c4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 7 Aug 2025 17:04:18 +0000 Subject: [PATCH 4/4] Update Pipfile.lock for Python 3.11 --- .../datascience/ubi9-python-3.11/Pipfile.lock | 16 +++---- .../ubi9-python-3.11/requirements.txt | 12 ++--- jupyter/minimal/ubi9-python-3.11/Pipfile.lock | 16 +++---- .../minimal/ubi9-python-3.11/requirements.txt | 12 ++--- .../ubi9-python-3.11/Pipfile.lock | 46 +++++++++---------- .../ubi9-python-3.11/requirements.txt | 30 ++++++------ jupyter/pytorch/ubi9-python-3.11/Pipfile.lock | 16 +++---- .../pytorch/ubi9-python-3.11/requirements.txt | 12 ++--- .../pytorch/ubi9-python-3.11/Pipfile.lock | 16 +++---- .../pytorch/ubi9-python-3.11/requirements.txt | 12 ++--- .../tensorflow/ubi9-python-3.11/Pipfile.lock | 16 +++---- .../ubi9-python-3.11/requirements.txt | 12 ++--- .../tensorflow/ubi9-python-3.11/Pipfile.lock | 16 +++---- .../ubi9-python-3.11/requirements.txt | 12 ++--- .../trustyai/ubi9-python-3.11/Pipfile.lock | 16 +++---- .../ubi9-python-3.11/requirements.txt | 12 ++--- 16 files changed, 136 insertions(+), 136 deletions(-) diff --git a/jupyter/datascience/ubi9-python-3.11/Pipfile.lock b/jupyter/datascience/ubi9-python-3.11/Pipfile.lock index d2d465a7f9..80b8dfe331 100644 --- a/jupyter/datascience/ubi9-python-3.11/Pipfile.lock +++ b/jupyter/datascience/ubi9-python-3.11/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0e1a599c37fcb085426e207716b68fe78084fd2495acf2e37b6ac1a3783c9369" + "sha256": "798450f89067649990339951553e72a4884e3cbcb1c23f5dc2a10659ec7b0272" }, "pipfile-spec": 6, "requires": { @@ -1461,12 +1461,12 @@ }, "jupyter-server": { "hashes": [ - "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", - "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084" + "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", + "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.15.0" + "version": "==2.16.0" }, "jupyter-server-mathjax": { "hashes": [ @@ -1496,12 +1496,12 @@ }, "jupyterlab": { "hashes": [ - "sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3", - "sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d" + "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", + "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.7" + "markers": "python_version >= '3.9'", + "version": "==4.4.4" }, "jupyterlab-git": { "hashes": [ diff --git a/jupyter/datascience/ubi9-python-3.11/requirements.txt b/jupyter/datascience/ubi9-python-3.11/requirements.txt index f171aa0c8f..c4bcc8badc 100644 --- a/jupyter/datascience/ubi9-python-3.11/requirements.txt +++ b/jupyter/datascience/ubi9-python-3.11/requirements.txt @@ -988,9 +988,9 @@ jupyter-packaging==0.12.3; python_version >= '3.7' \ jupyter-resource-usage==1.1.1; python_version >= '3.8' \ --hash=sha256:1f163b51b1960801c84d01753907be695e4b23e6ce3f3291f6b03cab09cc438d \ --hash=sha256:f7a3451caec9f5e6343f60b0a8e4034652138df65ece7a9153242115845f9bbb -jupyter-server==2.15.0; python_version >= '3.9' \ - --hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ - --hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 +jupyter-server==2.16.0; python_version >= '3.9' \ + --hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ + --hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ --hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ --hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 @@ -1000,9 +1000,9 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ jupyter-server-terminals==0.5.3; python_version >= '3.8' \ --hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ --hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 -jupyterlab==4.2.7; python_version >= '3.8' \ - --hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ - --hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d +jupyterlab==4.4.4; python_version >= '3.9' \ + --hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ + --hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd jupyterlab-git==0.51.2; python_version >= '3.8' \ --hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ --hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562 diff --git a/jupyter/minimal/ubi9-python-3.11/Pipfile.lock b/jupyter/minimal/ubi9-python-3.11/Pipfile.lock index 11bf8ef81b..a8e6ec8438 100644 --- a/jupyter/minimal/ubi9-python-3.11/Pipfile.lock +++ b/jupyter/minimal/ubi9-python-3.11/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "6547ebd8933260e9d4929362e6bce7cbc178aefe6746b6ca0ba8e1c13981fc5f" + "sha256": "c978bee34aa64596df073788350a6a3953f199525965819873c7d9a79508db7a" }, "pipfile-spec": 6, "requires": { @@ -772,12 +772,12 @@ }, "jupyter-server": { "hashes": [ - "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", - "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084" + "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", + "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.15.0" + "version": "==2.16.0" }, "jupyter-server-mathjax": { "hashes": [ @@ -807,12 +807,12 @@ }, "jupyterlab": { "hashes": [ - "sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3", - "sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d" + "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", + "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.7" + "markers": "python_version >= '3.9'", + "version": "==4.4.4" }, "jupyterlab-git": { "hashes": [ diff --git a/jupyter/minimal/ubi9-python-3.11/requirements.txt b/jupyter/minimal/ubi9-python-3.11/requirements.txt index b14b5dbedf..d0f2abd04f 100644 --- a/jupyter/minimal/ubi9-python-3.11/requirements.txt +++ b/jupyter/minimal/ubi9-python-3.11/requirements.txt @@ -528,9 +528,9 @@ jupyter-events==0.12.0; python_version >= '3.9' \ jupyter-lsp==2.2.6; python_version >= '3.8' \ --hash=sha256:0566bd9bb04fd9e6774a937ed01522b555ba78be37bebef787c8ab22de4c0361 \ --hash=sha256:283783752bf0b459ee7fa88effa72104d87dd343b82d5c06cf113ef755b15b6d -jupyter-server==2.15.0; python_version >= '3.9' \ - --hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ - --hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 +jupyter-server==2.16.0; python_version >= '3.9' \ + --hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ + --hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ --hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ --hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 @@ -540,9 +540,9 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ jupyter-server-terminals==0.5.3; python_version >= '3.8' \ --hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ --hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 -jupyterlab==4.2.7; python_version >= '3.8' \ - --hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ - --hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d +jupyterlab==4.4.4; python_version >= '3.9' \ + --hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ + --hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd jupyterlab-git==0.51.2; python_version >= '3.8' \ --hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ --hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562 diff --git a/jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile.lock b/jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile.lock index f4c702e57b..98aa044db1 100644 --- a/jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile.lock +++ b/jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "f029867b421b6570873f7a18cbe42d73339a97fb16f1a8a44e0fbf58ccd5dbcb" + "sha256": "69c0abed1f72e82b44b19295936a748ee4e53e701ded1005e8d2e8191e141998" }, "pipfile-spec": 6, "requires": { @@ -542,11 +542,11 @@ }, "click": { "hashes": [ - "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202", - "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b" + "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2", + "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" ], - "markers": "python_version >= '3.10'", - "version": "==8.2.1" + "markers": "python_version >= '3.7'", + "version": "==8.1.8" }, "colorama": { "hashes": [ @@ -1480,12 +1480,12 @@ }, "jupyter-server": { "hashes": [ - "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", - "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084" + "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", + "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.15.0" + "version": "==2.16.0" }, "jupyter-server-mathjax": { "hashes": [ @@ -1515,21 +1515,21 @@ }, "jupyterlab": { "hashes": [ - "sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3", - "sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d" + "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", + "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.7" + "markers": "python_version >= '3.9'", + "version": "==4.4.4" }, "jupyterlab-git": { "hashes": [ - "sha256:059114d19fcb5560f82914b070ed7654fab62392e3c1fdd5946c5dc460ae3697", - "sha256:ceefdc85632caf499a048b434459d03b5e621665801e9db7197bd486f5d33433" + "sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263", + "sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==0.50.2" + "version": "==0.51.2" }, "jupyterlab-lsp": { "hashes": [ @@ -2515,12 +2515,12 @@ }, "odh-elyra": { "hashes": [ - "sha256:82f7c3e005b4b7dc1a3be4d829b5d4b3d3c72687f0e1f95fbcbc9c85b29ccf1f", - "sha256:fd074ccee0cc0700f4a0c42c9ea51bb335d42090eb6d6849d6ca84d078a83384" + "sha256:15799e9a00bb57e1c76404808a07710563a7a0ef0c67716facc3e09416ac96b0", + "sha256:e4a5f19d54a4d07497d0c7aceb26ca1316e543f3c135d9aede72341611532f87" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.0" + "markers": "python_version >= '3.9'", + "version": "==4.2.3" }, "onnx": { "hashes": [ @@ -5490,11 +5490,11 @@ }, "click": { "hashes": [ - "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202", - "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b" + "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2", + "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a" ], - "markers": "python_version >= '3.10'", - "version": "==8.2.1" + "markers": "python_version >= '3.7'", + "version": "==8.1.8" }, "cloudpickle": { "hashes": [ diff --git a/jupyter/pytorch+llmcompressor/ubi9-python-3.11/requirements.txt b/jupyter/pytorch+llmcompressor/ubi9-python-3.11/requirements.txt index 5d2e29cd99..8810bebbe3 100644 --- a/jupyter/pytorch+llmcompressor/ubi9-python-3.11/requirements.txt +++ b/jupyter/pytorch+llmcompressor/ubi9-python-3.11/requirements.txt @@ -375,9 +375,9 @@ charset-normalizer==3.4.2; python_version >= '3.7' \ --hash=sha256:fb707f3e15060adf5b7ada797624a6c6e0138e2a26baa089df64c68ee98e040f \ --hash=sha256:fcbe676a55d7445b22c10967bceaaf0ee69407fbe0ece4d032b6eb8d4565982a \ --hash=sha256:fdb20a30fe1175ecabed17cbf7812f7b804b8a315a25f24678bcdf120a90077f -click==8.2.1; python_version >= '3.10' \ - --hash=sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202 \ - --hash=sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b +click==8.1.8; python_version >= '3.7' \ + --hash=sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2 \ + --hash=sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' \ --hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \ --hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6 @@ -971,9 +971,9 @@ jupyter-packaging==0.12.3; python_version >= '3.7' \ jupyter-resource-usage==1.1.1; python_version >= '3.8' \ --hash=sha256:1f163b51b1960801c84d01753907be695e4b23e6ce3f3291f6b03cab09cc438d \ --hash=sha256:f7a3451caec9f5e6343f60b0a8e4034652138df65ece7a9153242115845f9bbb -jupyter-server==2.15.0; python_version >= '3.9' \ - --hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ - --hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 +jupyter-server==2.16.0; python_version >= '3.9' \ + --hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ + --hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ --hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ --hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 @@ -983,12 +983,12 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ jupyter-server-terminals==0.5.3; python_version >= '3.8' \ --hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ --hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 -jupyterlab==4.2.7; python_version >= '3.8' \ - --hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ - --hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d -jupyterlab-git==0.50.2; python_version >= '3.8' \ - --hash=sha256:059114d19fcb5560f82914b070ed7654fab62392e3c1fdd5946c5dc460ae3697 \ - --hash=sha256:ceefdc85632caf499a048b434459d03b5e621665801e9db7197bd486f5d33433 +jupyterlab==4.4.4; python_version >= '3.9' \ + --hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ + --hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd +jupyterlab-git==0.51.2; python_version >= '3.8' \ + --hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ + --hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562 jupyterlab-lsp==5.1.1; python_version >= '3.8' \ --hash=sha256:7233ca73ea0f2da8598ea33d84c243635466d1af70ddce8cd8336ef95dca08bf \ --hash=sha256:9af980888230907432028ebd96068997d4336aef9850e7f81c3492f2e808bf80 @@ -1663,9 +1663,9 @@ nvidia-nvtx-cu12==12.4.127; python_version >= '3' \ oauthlib==3.3.1; python_version >= '3.8' \ --hash=sha256:0f0f8aa759826a193cf66c12ea1af1637f87b9b4622d46e866952bb022e538c9 \ --hash=sha256:88119c938d2b8fb88561af5f6ee0eec8cc8d552b7bb1f712743136eb7523b7a1 -odh-elyra==4.2.0; python_version >= '3.8' \ - --hash=sha256:82f7c3e005b4b7dc1a3be4d829b5d4b3d3c72687f0e1f95fbcbc9c85b29ccf1f \ - --hash=sha256:fd074ccee0cc0700f4a0c42c9ea51bb335d42090eb6d6849d6ca84d078a83384 +odh-elyra==4.2.3; python_version >= '3.9' \ + --hash=sha256:15799e9a00bb57e1c76404808a07710563a7a0ef0c67716facc3e09416ac96b0 \ + --hash=sha256:e4a5f19d54a4d07497d0c7aceb26ca1316e543f3c135d9aede72341611532f87 onnx==1.18.0; python_version >= '3.9' \ --hash=sha256:030d9f5f878c5f4c0ff70a4545b90d7812cd6bfe511de2f3e469d3669c8cff95 \ --hash=sha256:102c04edc76b16e9dfeda5a64c1fccd7d3d2913b1544750c01d38f1ac3c04e05 \ diff --git a/jupyter/pytorch/ubi9-python-3.11/Pipfile.lock b/jupyter/pytorch/ubi9-python-3.11/Pipfile.lock index f210991dc0..43407226e1 100644 --- a/jupyter/pytorch/ubi9-python-3.11/Pipfile.lock +++ b/jupyter/pytorch/ubi9-python-3.11/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "67fd7f9cdd42a8b895ef7fec56f9711e14d09b03d843a4099ac9b0cb4d77d928" + "sha256": "2b40d05c13ab0deb0dab0c7109af136d1d75bb48884b3177a56e18bc0fed977b" }, "pipfile-spec": 6, "requires": { @@ -1474,12 +1474,12 @@ }, "jupyter-server": { "hashes": [ - "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", - "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084" + "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", + "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.15.0" + "version": "==2.16.0" }, "jupyter-server-mathjax": { "hashes": [ @@ -1509,12 +1509,12 @@ }, "jupyterlab": { "hashes": [ - "sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3", - "sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d" + "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", + "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.7" + "markers": "python_version >= '3.9'", + "version": "==4.4.4" }, "jupyterlab-git": { "hashes": [ diff --git a/jupyter/pytorch/ubi9-python-3.11/requirements.txt b/jupyter/pytorch/ubi9-python-3.11/requirements.txt index 35d5774645..99298e2aab 100644 --- a/jupyter/pytorch/ubi9-python-3.11/requirements.txt +++ b/jupyter/pytorch/ubi9-python-3.11/requirements.txt @@ -992,9 +992,9 @@ jupyter-packaging==0.12.3; python_version >= '3.7' \ jupyter-resource-usage==1.1.1; python_version >= '3.8' \ --hash=sha256:1f163b51b1960801c84d01753907be695e4b23e6ce3f3291f6b03cab09cc438d \ --hash=sha256:f7a3451caec9f5e6343f60b0a8e4034652138df65ece7a9153242115845f9bbb -jupyter-server==2.15.0; python_version >= '3.9' \ - --hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ - --hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 +jupyter-server==2.16.0; python_version >= '3.9' \ + --hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ + --hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ --hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ --hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 @@ -1004,9 +1004,9 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ jupyter-server-terminals==0.5.3; python_version >= '3.8' \ --hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ --hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 -jupyterlab==4.2.7; python_version >= '3.8' \ - --hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ - --hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d +jupyterlab==4.4.4; python_version >= '3.9' \ + --hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ + --hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd jupyterlab-git==0.51.2; python_version >= '3.8' \ --hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ --hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562 diff --git a/jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile.lock b/jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile.lock index 28b32d1972..f80b169eed 100644 --- a/jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile.lock +++ b/jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2733fc1b9777f3748a10102c590a6a5d4062ae64e4499d14c021cdba177c166d" + "sha256": "f3eac061a02f0c73fe70af8e2323c6ad79eb2d54ea2678fdffbd6cbb170dae7b" }, "pipfile-spec": 6, "requires": { @@ -1474,12 +1474,12 @@ }, "jupyter-server": { "hashes": [ - "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", - "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084" + "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", + "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.15.0" + "version": "==2.16.0" }, "jupyter-server-mathjax": { "hashes": [ @@ -1509,12 +1509,12 @@ }, "jupyterlab": { "hashes": [ - "sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3", - "sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d" + "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", + "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.7" + "markers": "python_version >= '3.9'", + "version": "==4.4.4" }, "jupyterlab-git": { "hashes": [ diff --git a/jupyter/rocm/pytorch/ubi9-python-3.11/requirements.txt b/jupyter/rocm/pytorch/ubi9-python-3.11/requirements.txt index cbde7cd7ad..f477e7c53d 100644 --- a/jupyter/rocm/pytorch/ubi9-python-3.11/requirements.txt +++ b/jupyter/rocm/pytorch/ubi9-python-3.11/requirements.txt @@ -992,9 +992,9 @@ jupyter-packaging==0.12.3; python_version >= '3.7' \ jupyter-resource-usage==1.1.1; python_version >= '3.8' \ --hash=sha256:1f163b51b1960801c84d01753907be695e4b23e6ce3f3291f6b03cab09cc438d \ --hash=sha256:f7a3451caec9f5e6343f60b0a8e4034652138df65ece7a9153242115845f9bbb -jupyter-server==2.15.0; python_version >= '3.9' \ - --hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ - --hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 +jupyter-server==2.16.0; python_version >= '3.9' \ + --hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ + --hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ --hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ --hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 @@ -1004,9 +1004,9 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ jupyter-server-terminals==0.5.3; python_version >= '3.8' \ --hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ --hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 -jupyterlab==4.2.7; python_version >= '3.8' \ - --hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ - --hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d +jupyterlab==4.4.4; python_version >= '3.9' \ + --hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ + --hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd jupyterlab-git==0.51.2; python_version >= '3.8' \ --hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ --hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562 diff --git a/jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile.lock b/jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile.lock index 9e8b0dbd63..783db71f8e 100644 --- a/jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile.lock +++ b/jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d98a2031cd3e3469ad38bcfc5812066845d4a607c11fc05e198dd094e3c4365b" + "sha256": "222bef5f5b6010d911d4dd40237bfb9237c1246de6976570c721ae106130c9f0" }, "pipfile-spec": 6, "requires": { @@ -1539,12 +1539,12 @@ }, "jupyter-server": { "hashes": [ - "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", - "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084" + "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", + "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.15.0" + "version": "==2.16.0" }, "jupyter-server-mathjax": { "hashes": [ @@ -1574,12 +1574,12 @@ }, "jupyterlab": { "hashes": [ - "sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3", - "sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d" + "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", + "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.7" + "markers": "python_version >= '3.9'", + "version": "==4.4.4" }, "jupyterlab-git": { "hashes": [ diff --git a/jupyter/rocm/tensorflow/ubi9-python-3.11/requirements.txt b/jupyter/rocm/tensorflow/ubi9-python-3.11/requirements.txt index 9c0f414575..15a12038e1 100644 --- a/jupyter/rocm/tensorflow/ubi9-python-3.11/requirements.txt +++ b/jupyter/rocm/tensorflow/ubi9-python-3.11/requirements.txt @@ -1034,9 +1034,9 @@ jupyter-packaging==0.12.3; python_version >= '3.7' \ jupyter-resource-usage==1.1.1; python_version >= '3.8' \ --hash=sha256:1f163b51b1960801c84d01753907be695e4b23e6ce3f3291f6b03cab09cc438d \ --hash=sha256:f7a3451caec9f5e6343f60b0a8e4034652138df65ece7a9153242115845f9bbb -jupyter-server==2.15.0; python_version >= '3.9' \ - --hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ - --hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 +jupyter-server==2.16.0; python_version >= '3.9' \ + --hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ + --hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ --hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ --hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 @@ -1046,9 +1046,9 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ jupyter-server-terminals==0.5.3; python_version >= '3.8' \ --hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ --hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 -jupyterlab==4.2.7; python_version >= '3.8' \ - --hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ - --hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d +jupyterlab==4.4.4; python_version >= '3.9' \ + --hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ + --hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd jupyterlab-git==0.51.2; python_version >= '3.8' \ --hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ --hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562 diff --git a/jupyter/tensorflow/ubi9-python-3.11/Pipfile.lock b/jupyter/tensorflow/ubi9-python-3.11/Pipfile.lock index 8bdc860401..76277359df 100644 --- a/jupyter/tensorflow/ubi9-python-3.11/Pipfile.lock +++ b/jupyter/tensorflow/ubi9-python-3.11/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "bdfbbfe601f39fec5829d46a7ebaf1c8652644e2089b58aab0a6e626ea32d8bc" + "sha256": "73c778f40f55944a23753a55c4370f17ba2f8e19dc84a297d7472b4e35ee84a4" }, "pipfile-spec": 6, "requires": { @@ -1531,12 +1531,12 @@ }, "jupyter-server": { "hashes": [ - "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", - "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084" + "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", + "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.15.0" + "version": "==2.16.0" }, "jupyter-server-mathjax": { "hashes": [ @@ -1566,12 +1566,12 @@ }, "jupyterlab": { "hashes": [ - "sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3", - "sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d" + "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", + "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.7" + "markers": "python_version >= '3.9'", + "version": "==4.4.4" }, "jupyterlab-git": { "hashes": [ diff --git a/jupyter/tensorflow/ubi9-python-3.11/requirements.txt b/jupyter/tensorflow/ubi9-python-3.11/requirements.txt index c3fa879eed..708eadfcfc 100644 --- a/jupyter/tensorflow/ubi9-python-3.11/requirements.txt +++ b/jupyter/tensorflow/ubi9-python-3.11/requirements.txt @@ -1031,9 +1031,9 @@ jupyter-packaging==0.12.3; python_version >= '3.7' \ jupyter-resource-usage==1.1.1; python_version >= '3.8' \ --hash=sha256:1f163b51b1960801c84d01753907be695e4b23e6ce3f3291f6b03cab09cc438d \ --hash=sha256:f7a3451caec9f5e6343f60b0a8e4034652138df65ece7a9153242115845f9bbb -jupyter-server==2.15.0; python_version >= '3.9' \ - --hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ - --hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 +jupyter-server==2.16.0; python_version >= '3.9' \ + --hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ + --hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ --hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ --hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 @@ -1043,9 +1043,9 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ jupyter-server-terminals==0.5.3; python_version >= '3.8' \ --hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ --hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 -jupyterlab==4.2.7; python_version >= '3.8' \ - --hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ - --hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d +jupyterlab==4.4.4; python_version >= '3.9' \ + --hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ + --hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd jupyterlab-git==0.51.2; python_version >= '3.8' \ --hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ --hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562 diff --git a/jupyter/trustyai/ubi9-python-3.11/Pipfile.lock b/jupyter/trustyai/ubi9-python-3.11/Pipfile.lock index 189a89c3ad..c6a1d312a1 100644 --- a/jupyter/trustyai/ubi9-python-3.11/Pipfile.lock +++ b/jupyter/trustyai/ubi9-python-3.11/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "cb77ae65f0f0ddf7b1c4564c221550f58d367aa883356571b80138c2fc4cf425" + "sha256": "e9f4608f7a946e5665473441340d5fc2649ab2df42a5079f1c14eb64f6b262c9" }, "pipfile-spec": 6, "requires": { @@ -1523,12 +1523,12 @@ }, "jupyter-server": { "hashes": [ - "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", - "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084" + "sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e", + "sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.15.0" + "version": "==2.16.0" }, "jupyter-server-mathjax": { "hashes": [ @@ -1558,12 +1558,12 @@ }, "jupyterlab": { "hashes": [ - "sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3", - "sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d" + "sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153", + "sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==4.2.7" + "markers": "python_version >= '3.9'", + "version": "==4.4.4" }, "jupyterlab-git": { "hashes": [ diff --git a/jupyter/trustyai/ubi9-python-3.11/requirements.txt b/jupyter/trustyai/ubi9-python-3.11/requirements.txt index 2b79bb140c..49d31b1d30 100644 --- a/jupyter/trustyai/ubi9-python-3.11/requirements.txt +++ b/jupyter/trustyai/ubi9-python-3.11/requirements.txt @@ -1016,9 +1016,9 @@ jupyter-packaging==0.12.3; python_version >= '3.7' \ jupyter-resource-usage==1.1.1; python_version >= '3.8' \ --hash=sha256:1f163b51b1960801c84d01753907be695e4b23e6ce3f3291f6b03cab09cc438d \ --hash=sha256:f7a3451caec9f5e6343f60b0a8e4034652138df65ece7a9153242115845f9bbb -jupyter-server==2.15.0; python_version >= '3.9' \ - --hash=sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3 \ - --hash=sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084 +jupyter-server==2.16.0; python_version >= '3.9' \ + --hash=sha256:3d8db5be3bc64403b1c65b400a1d7f4647a5ce743f3b20dbdefe8ddb7b55af9e \ + --hash=sha256:65d4b44fdf2dcbbdfe0aa1ace4a842d4aaf746a2b7b168134d5aaed35621b7f6 jupyter-server-mathjax==0.2.6; python_version >= '3.7' \ --hash=sha256:416389dde2010df46d5fbbb7adb087a5607111070af65a1445391040f2babb5e \ --hash=sha256:bb1e6b6dc0686c1fe386a22b5886163db548893a99c2810c36399e9c4ca23943 @@ -1028,9 +1028,9 @@ jupyter-server-proxy==4.4.0; python_version >= '3.8' \ jupyter-server-terminals==0.5.3; python_version >= '3.8' \ --hash=sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa \ --hash=sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269 -jupyterlab==4.2.7; python_version >= '3.8' \ - --hash=sha256:7353c0704aec0e1219eb1e376c2d51f855a2522605f9ecdcab4993c006991ea3 \ - --hash=sha256:a16a10a114360a4249c855e382b95260ebf2b91341884739dde954936096684d +jupyterlab==4.4.4; python_version >= '3.9' \ + --hash=sha256:163fee1ef702e0a057f75d2eed3ed1da8a986d59eb002cbeb6f0c2779e6cd153 \ + --hash=sha256:711611e4f59851152eb93316c3547c3ec6291f16bb455f1f4fa380d25637e0dd jupyterlab-git==0.51.2; python_version >= '3.8' \ --hash=sha256:1150edabd844f9a5a3c7ba676409b18b8cc95b1a7bb171f357318f4075db2263 \ --hash=sha256:ad91d56f0298fd70e7d8f8cd1ee76d261f0dfb940cc490717a31d64df4b7d562