From be2a55b2a378380df3c2fe60e69b57236833694c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:56:47 +0000 Subject: [PATCH] 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 a01f065..eb46f0d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ 'numpy', 'ConfigSpace', 'Jinja2', - 'bokeh==1.3.4' + 'bokeh==3.8.2' ] setup(