From 275386cab7be0e944b6e0f844f3245af330b21cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:39:16 +0100 Subject: [PATCH] build(deps): bump bokeh from 3.8.2 to 3.9.0 (#945) Bumps [bokeh](https://github.com/bokeh/bokeh) from 3.8.2 to 3.9.0. - [Changelog](https://github.com/bokeh/bokeh/blob/3.9.0/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/3.8.2...3.9.0) --- updated-dependencies: - dependency-name: bokeh dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b4a597..86aff8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "MonsterUI==1.0.44", "markdown-it-py==4.0.0", "mdit-py-plugins==0.5.0", - "bokeh==3.8.2", + "bokeh==3.9.0", "uvicorn==0.41.0", "scipy==1.17.1", "tzfpy==1.1.3",