From 8c9a417729823fa320c01206bb73e471baf69453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:34:45 +0200 Subject: [PATCH] build(deps): bump bokeh from 3.9.0 to 3.9.1 (#1095) Bumps [bokeh](https://github.com/bokeh/bokeh) from 3.9.0 to 3.9.1. - [Changelog](https://github.com/bokeh/bokeh/blob/3.9.1/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/3.9.0...3.9.1) --- updated-dependencies: - dependency-name: bokeh dependency-version: 3.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 412d4b8..939d932 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "MonsterUI==1.0.45", "markdown-it-py==4.2.0", "mdit-py-plugins==0.6.1", - "bokeh==3.9.0", + "bokeh==3.9.1", "uvicorn==0.49.0", "scipy==1.17.1", "tzfpy==1.3.1",