From 7b5df3d475a8908b8888110495738989093b1233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:59:47 +0000 Subject: [PATCH] Bump bokeh from 2.4.3 to 3.8.2 in /python/api-examples-source Bumps [bokeh](https://github.com/bokeh/bokeh) from 2.4.3 to 3.8.2. - [Changelog](https://github.com/bokeh/bokeh/blob/3.8.2/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/2.4.3...3.8.2) --- updated-dependencies: - dependency-name: bokeh dependency-version: 3.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/api-examples-source/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/api-examples-source/requirements.txt b/python/api-examples-source/requirements.txt index cd0bcb42f..276caac34 100644 --- a/python/api-examples-source/requirements.txt +++ b/python/api-examples-source/requirements.txt @@ -1,6 +1,6 @@ pandas plotly -bokeh==2.4.3 +bokeh==3.8.2 graphviz requests matplotlib