From 50e27ec8b688ffa45f8bd9c3b5267dd26b608d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:57:01 +0000 Subject: [PATCH] Bump bokeh from 1.4.0 to 3.8.2 Bumps [bokeh](https://github.com/bokeh/bokeh) from 1.4.0 to 3.8.2. - [Changelog](https://github.com/bokeh/bokeh/blob/3.8.2/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/1.4.0...3.8.2) --- updated-dependencies: - dependency-name: bokeh dependency-version: 3.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_tests.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 862cb2298..4154e407f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ scipy tqdm soundfile phonemizer -bokeh==1.4.0 +bokeh==3.8.2 diff --git a/requirements_tests.txt b/requirements_tests.txt index 5aacdb56d..8627df040 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -13,4 +13,4 @@ scipy tqdm soundfile phonemizer -bokeh==1.4.0 +bokeh==3.8.2 diff --git a/setup.py b/setup.py index a78405681..77c74d887 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ def run(self): "flask", # "lws", "tqdm", - "bokeh==1.4.0", + "bokeh==3.8.2", "soundfile", "phonemizer @ https://github.com/bootphon/phonemizer/tarball/master", ],