From 2d90def7ec84dd90b2f3dab5ed9fbd250fb324d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:55:36 +0000 Subject: [PATCH] Bump bokeh from 0.13 to 3.8.2 in /examples/04_embedded_plot Bumps [bokeh](https://github.com/bokeh/bokeh) from 0.13 to 3.8.2. - [Changelog](https://github.com/bokeh/bokeh/blob/3.8.2/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/0.13.0...3.8.2) --- updated-dependencies: - dependency-name: bokeh dependency-version: 3.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/04_embedded_plot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/04_embedded_plot/requirements.txt b/examples/04_embedded_plot/requirements.txt index 511ac41..b37689f 100644 --- a/examples/04_embedded_plot/requirements.txt +++ b/examples/04_embedded_plot/requirements.txt @@ -1,2 +1,2 @@ # Plotting library producing stand-alone plots that can be embedded as-is into HTML documents -bokeh==0.13 +bokeh==3.8.2