From cbeba1be352a2ba0a57511dd9bf09c924e0edf4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:16:59 +0000 Subject: [PATCH] chore(deps): update bokeh requirement from >=2.4.3 to >=3.9.0 Updates the requirements on [bokeh](https://github.com/bokeh/bokeh) to permit the latest version. - [Changelog](https://github.com/bokeh/bokeh/blob/3.9.0/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/2.4.3...3.9.0) --- updated-dependencies: - dependency-name: bokeh dependency-version: 3.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5251d85c..15ff1550 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ opencv-python>=4.10.0.84 numpy>=1.22.2 -bokeh>=2.4.3 +bokeh>=3.9.0 tornado>=6.4.1 ipython>=8.29.0 traitlets>=5.14.3