Skip to content

Commit 4905906

Browse files
committed
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
1 parent 812311c commit 4905906

File tree

22 files changed

+62
-62
lines changed

22 files changed

+62
-62
lines changed

jupyter/datascience/ubi9-python-3.11/Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ mysql-connector-python = "~=9.3.0"
3131

3232
odh-elyra = "==4.2.3"
3333

34-
jupyterlab = "==4.2.7"
34+
jupyterlab = "==4.4.4"
3535
jupyter-bokeh = "~=4.0.5"
36-
jupyter-server = "~=2.15.0"
36+
jupyter-server = "~=2.16.0"
3737
jupyter-server-proxy = "~=4.4.0"
3838
jupyter-server-terminals = "~=0.5.3"
3939
jupyterlab-git = "~=0.51.1"
40-
jupyterlab-lsp = "~=5.1.0"
41-
jupyterlab-widgets = "~=3.0.13"
40+
jupyterlab-lsp = "~=5.1.1"
41+
jupyterlab-widgets = "~=3.0.15"
4242
jupyter-resource-usage = "~=1.1.1"
4343
nbdime = "~=4.0.2"
4444
nbgitpuller = "~=1.2.2"

jupyter/datascience/ubi9-python-3.12/Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ mysql-connector-python = "~=9.3.0"
3131

3232
odh-elyra = "==4.2.3"
3333

34-
jupyterlab = "==4.2.7"
34+
jupyterlab = "==4.4.4"
3535
jupyter-bokeh = "~=4.0.5"
36-
jupyter-server = "~=2.15.0"
36+
jupyter-server = "~=2.16.0"
3737
jupyter-server-proxy = "~=4.4.0"
3838
jupyter-server-terminals = "~=0.5.3"
3939
jupyterlab-git = "~=0.51.1"
40-
jupyterlab-lsp = "~=5.1.0"
41-
jupyterlab-widgets = "~=3.0.13"
40+
jupyterlab-lsp = "~=5.1.1"
41+
jupyterlab-widgets = "~=3.0.15"
4242
jupyter-resource-usage = "~=1.1.1"
4343
nbdime = "~=4.0.2"
4444
nbgitpuller = "~=1.2.2"

jupyter/minimal/ubi9-python-3.11/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ verify_ssl = true
88

99
[packages]
1010
# JupyterLab packages
11-
jupyterlab = "==4.2.7"
12-
jupyter-server = "~=2.15.0"
11+
jupyterlab = "==4.4.4"
12+
jupyter-server = "~=2.16.0"
1313
jupyter-server-proxy = "~=4.4.0"
1414
jupyter-server-terminals = "~=0.5.3"
1515
jupyterlab-git = "~=0.51.1"

jupyter/minimal/ubi9-python-3.12/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ verify_ssl = true
88

99
[packages]
1010
# JupyterLab packages
11-
jupyterlab = "==4.2.7"
12-
jupyter-server = "~=2.15.0"
11+
jupyterlab = "==4.4.4"
12+
jupyter-server = "~=2.16.0"
1313
jupyter-server-proxy = "~=4.4.0"
1414
jupyter-server-terminals = "~=0.5.3"
1515
jupyterlab-git = "~=0.51.1"

jupyter/pytorch+llmcompressor/ubi9-python-3.11/Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ mysql-connector-python = "~=9.3.0"
5656

5757
odh-elyra = "==4.2.0"
5858

59-
jupyterlab = "==4.2.7"
59+
jupyterlab = "==4.4.4"
6060
jupyter-bokeh = "~=4.0.5"
61-
jupyter-server = "~=2.15.0"
61+
jupyter-server = "~=2.16.0"
6262
jupyter-server-proxy = "~=4.4.0"
6363
jupyter-server-terminals = "~=0.5.3"
64-
jupyterlab-git = "~=0.50.1"
64+
jupyterlab-git = "~=0.51.1"
6565
jupyterlab-lsp = "~=5.1.0"
6666
jupyterlab-widgets = "~=3.0.13"
6767
jupyter-resource-usage = "~=1.1.1"

jupyter/pytorch/ubi9-python-3.11/Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ mysql-connector-python = "~=9.3.0"
4141

4242
odh-elyra = "==4.2.3"
4343

44-
jupyterlab = "==4.2.7"
44+
jupyterlab = "==4.4.4"
4545
jupyter-bokeh = "~=4.0.5"
46-
jupyter-server = "~=2.15.0"
46+
jupyter-server = "~=2.16.0"
4747
jupyter-server-proxy = "~=4.4.0"
4848
jupyter-server-terminals = "~=0.5.3"
4949
jupyterlab-git = "~=0.51.1"
50-
jupyterlab-lsp = "~=5.1.0"
51-
jupyterlab-widgets = "~=3.0.13"
50+
jupyterlab-lsp = "~=5.1.1"
51+
jupyterlab-widgets = "~=3.0.15"
5252
jupyter-resource-usage = "~=1.1.1"
5353
nbdime = "~=4.0.2"
5454
nbgitpuller = "~=1.2.2"

jupyter/pytorch/ubi9-python-3.12/Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ mysql-connector-python = "~=9.3.0"
4141

4242
odh-elyra = "==4.2.3"
4343

44-
jupyterlab = "==4.2.7"
44+
jupyterlab = "==4.4.4"
4545
jupyter-bokeh = "~=4.0.5"
46-
jupyter-server = "~=2.15.0"
46+
jupyter-server = "~=2.16.0"
4747
jupyter-server-proxy = "~=4.4.0"
4848
jupyter-server-terminals = "~=0.5.3"
4949
jupyterlab-git = "~=0.51.1"
50-
jupyterlab-lsp = "~=5.1.0"
51-
jupyterlab-widgets = "~=3.0.13"
50+
jupyterlab-lsp = "~=5.1.1"
51+
jupyterlab-widgets = "~=3.0.15"
5252
jupyter-resource-usage = "~=1.1.1"
5353
nbdime = "~=4.0.2"
5454
nbgitpuller = "~=1.2.2"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ mysql-connector-python = "~=9.3.0"
4343

4444
odh-elyra = "==4.2.3"
4545

46-
jupyterlab = "==4.2.7"
46+
jupyterlab = "==4.4.4"
4747
jupyter-bokeh = "~=4.0.5"
48-
jupyter-server = "~=2.15.0"
48+
jupyter-server = "~=2.16.0"
4949
jupyter-server-proxy = "~=4.4.0"
5050
jupyter-server-terminals = "~=0.5.3"
5151
jupyterlab-git = "~=0.51.1"
52-
jupyterlab-lsp = "~=5.1.0"
53-
jupyterlab-widgets = "~=3.0.13"
52+
jupyterlab-lsp = "~=5.1.1"
53+
jupyterlab-widgets = "~=3.0.15"
5454
jupyter-resource-usage = "~=1.1.1"
5555
nbdime = "~=4.0.2"
5656
nbgitpuller = "~=1.2.2"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ mysql-connector-python = "~=9.3.0"
4343

4444
odh-elyra = "==4.2.3"
4545

46-
jupyterlab = "==4.2.7"
46+
jupyterlab = "==4.4.4"
4747
jupyter-bokeh = "~=4.0.5"
48-
jupyter-server = "~=2.15.0"
48+
jupyter-server = "~=2.16.0"
4949
jupyter-server-proxy = "~=4.4.0"
5050
jupyter-server-terminals = "~=0.5.3"
5151
jupyterlab-git = "~=0.51.1"
52-
jupyterlab-lsp = "~=5.1.0"
53-
jupyterlab-widgets = "~=3.0.13"
52+
jupyterlab-lsp = "~=5.1.1"
53+
jupyterlab-widgets = "~=3.0.15"
5454
jupyter-resource-usage = "~=1.1.1"
5555
nbdime = "~=4.0.2"
5656
nbgitpuller = "~=1.2.2"

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ mysql-connector-python = "~=9.3.0"
3838

3939
odh-elyra = "==4.2.3"
4040

41-
jupyterlab = "==4.2.7"
41+
jupyterlab = "==4.4.4"
4242
jupyter-bokeh = "~=4.0.5"
43-
jupyter-server = "~=2.15.0"
43+
jupyter-server = "~=2.16.0"
4444
jupyter-server-proxy = "~=4.4.0"
4545
jupyter-server-terminals = "~=0.5.3"
4646
jupyterlab-git = "~=0.51.1"
47-
jupyterlab-lsp = "~=5.1.0"
48-
jupyterlab-widgets = "~=3.0.13"
49-
jupyter-resource-usage = "~=1.1.0"
47+
jupyterlab-lsp = "~=5.1.1"
48+
jupyterlab-widgets = "~=3.0.15"
49+
jupyter-resource-usage = "~=1.1.1"
5050
nbdime = "~=4.0.2"
5151
nbgitpuller = "~=1.2.2"
5252

0 commit comments

Comments
 (0)