From 671a7a3bb5ee6b5c324dbf412f0edaaf5e1f1b55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:03:20 +0000 Subject: [PATCH] Update bokeh requirement from >=1.2.0 to >=3.4.3 Updates the requirements on [bokeh](https://github.com/bokeh/bokeh) to permit the latest version. - [Changelog](https://github.com/bokeh/bokeh/blob/3.4.3/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/1.2.0...3.4.3) --- updated-dependencies: - dependency-name: bokeh dependency-version: 3.4.3 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 f807cae..f05e196 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ yarg>=0.1.9 opencv_python>=4.1.0.25 -bokeh>=1.2.0 +bokeh>=3.4.3 paramiko>=2.4.2 openpyxl>=2.6.2 requests>=2.21.0