Skip to content

Commit 1e57d0e

Browse files
authored
RHOAIENG-28827: Update jupyter-bokeh dependency from 3.0.5 to 4.0.5 (#224)
* Bump jupyter-bokeh to 4.0.5 * Bump `jupyterlab` dev dependency ot 4.4.4
1 parent 55f877c commit 1e57d0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ dependencies = [
2727
"pyarrow==20.0.0",
2828
"matplotlib~=3.10.3",
2929
"pandas~=1.5.3",
30-
"numpy==1.26.4",
31-
"jupyter-bokeh~=3.0.7",
30+
"numpy~=1.26.4",
31+
"jupyter-bokeh~=4.0.5",
3232
]
3333

3434
[project.optional-dependencies]
@@ -37,7 +37,7 @@ dev = [
3737
"black~=22.12.0",
3838
"click==8.0.4",
3939
"joblib~=1.2.0",
40-
"jupyterlab~=3.5.3",
40+
"jupyterlab~=4.4.4",
4141
"numpydoc==1.5.0",
4242
"pylint==3.2.0",
4343
"pytest~=7.2.1",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ JPype1==1.4.1
22
matplotlib==3.6.3
33
pandas==1.2.5
44
pyarrow==14.0.1
5-
jupyter-bokeh~=3.0.5
5+
jupyter-bokeh~=4.0.5

0 commit comments

Comments
 (0)