Skip to content

Commit 0407ac7

Browse files
committed
Pin jupyterlab package to version 4.2.6
1 parent fe3641a commit 0407ac7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

jupyter/datascience/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mysql-connector-python = "~=9.0.0"
3030

3131
odh-elyra = "==4.2.0"
3232

33-
jupyterlab = "~=4.2.4"
33+
jupyterlab = "==4.2.6"
3434
jupyter-bokeh = "~=4.0.5"
3535
jupyter-server = "~=2.14.2"
3636
jupyter-server-proxy = "~=4.3.0"

jupyter/minimal/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ verify_ssl = true
88

99
[packages]
1010
# JupyterLab packages
11-
jupyterlab = "~=4.2.4"
11+
jupyterlab = "==4.2.6"
1212
jupyter-server = "~=2.14.2"
1313
jupyter-server-proxy = "~=4.3.0"
1414
jupyter-server-terminals = "~=0.5.3"

jupyter/pytorch/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mysql-connector-python = "~=9.0.0"
4040

4141
odh-elyra = "==4.2.0"
4242

43-
jupyterlab = "~=4.2.4"
43+
jupyterlab = "==4.2.6"
4444
jupyter-bokeh = "~=4.0.5"
4545
jupyter-server = "~=2.14.2"
4646
jupyter-server-proxy = "~=4.3.0"

jupyter/rocm/pytorch/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ mysql-connector-python = "~=9.0.0"
4242

4343
odh-elyra = "==4.2.0"
4444

45-
jupyterlab = "~=4.2.4"
45+
jupyterlab = "==4.2.6"
4646
jupyter-bokeh = "~=4.0.5"
4747
jupyter-server = "~=2.14.2"
4848
jupyter-server-proxy = "~=4.3.0"

jupyter/rocm/tensorflow/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ mysql-connector-python = "~=9.0.0"
3535

3636
odh-elyra = "==4.2.0"
3737

38-
jupyterlab = "~=4.2.4"
38+
jupyterlab = "==4.2.6"
3939
jupyter-bokeh = "~=4.0.5"
4040
jupyter-server = "~=2.14.2"
4141
jupyter-server-proxy = "~=4.3.0"

jupyter/tensorflow/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mysql-connector-python = "~=9.0.0"
3434
# JupyterLab packages
3535
odh-elyra = "==4.2.0"
3636

37-
jupyterlab = "~=4.2.4"
37+
jupyterlab = "==4.2.6"
3838
jupyter-bokeh = "~=4.0.5"
3939
jupyter-server = "~=2.14.2"
4040
jupyter-server-proxy = "~=4.3.0"

jupyter/trustyai/ubi9-python-3.11/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ mysql-connector-python = "~=9.0.0"
4141
# JupyterLab packages
4242
odh-elyra = "==4.2.0"
4343

44-
jupyterlab = "~=4.2.4"
44+
jupyterlab = "==4.2.6"
4545
jupyter-bokeh = "~=3.0.5" # Should be pinned down to this version in order to be compatible with trustyai
4646
jupyter-server = "~=2.14.2"
4747
jupyter-server-proxy = "~=4.3.0"

0 commit comments

Comments
 (0)