From 01615b201a5a2a4b4fe3cd3764df60fbaf1261f3 Mon Sep 17 00:00:00 2001 From: amberjblue Date: Wed, 2 Jul 2025 16:01:12 -0400 Subject: [PATCH 1/2] Bump jupyter-bokeh to 4.0.5 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a445048..5b688e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "matplotlib~=3.6.3", "pandas~=1.5.3", "numpy~=1.24.1", - "jupyter-bokeh~=3.0.5", + "jupyter-bokeh~=4.0.5", ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 66e9acc..ed414eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ JPype1==1.4.1 matplotlib==3.6.3 pandas==1.2.5 pyarrow==14.0.1 -jupyter-bokeh~=3.0.5 \ No newline at end of file +jupyter-bokeh~=4.0.5 \ No newline at end of file From f066bee457f18d6084944b497f011c2e67f442df Mon Sep 17 00:00:00 2001 From: amberjblue Date: Thu, 3 Jul 2025 12:17:30 -0400 Subject: [PATCH 2/2] Bump `jupyterlab` dev dependency ot 4.4.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b688e3..49788e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "black~=22.12.0", "click==8.0.4", "joblib~=1.2.0", - "jupyterlab~=3.5.3", + "jupyterlab~=4.4.4", "numpydoc==1.5.0", "pylint==2.15.6", "pytest~=7.2.1",