From f75f7c6845978f623ae57a3074f67858e8256f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:56:27 +0000 Subject: [PATCH] build(deps): bump bokeh from 1.3.4 to 3.8.2 Bumps [bokeh](https://github.com/bokeh/bokeh) from 1.3.4 to 3.8.2. - [Changelog](https://github.com/bokeh/bokeh/blob/3.8.2/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/1.3.4...3.8.2) --- updated-dependencies: - dependency-name: bokeh dependency-version: 3.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d20094a..acd86ec 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "matplotlib==3.1.1", "numpy==1.22.0", "pandas==0.25.1", - "bokeh==1.3.4", + "bokeh==3.8.2", "pytz==2019.3", "PyYAML==5.4" ],