From 21f5cc32de524f45b3ea3cd88110c434b9a3d75d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:58:03 +0000 Subject: [PATCH] Bump bokeh from 2.2.3 to 3.8.2 Bumps [bokeh](https://github.com/bokeh/bokeh) from 2.2.3 to 3.8.2. - [Changelog](https://github.com/bokeh/bokeh/blob/3.8.2/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/2.2.3...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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 73992dd..2fb5ba5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bokeh==2.2.3 +bokeh==3.8.2 numpy pandas matplotlib diff --git a/setup.py b/setup.py index e1e519a..704529c 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - install_requires=[ "bokeh==2.2.3", "numpy", "pandas", "matplotlib", "scipy", "h5py", + install_requires=[ "bokeh==3.8.2", "numpy", "pandas", "matplotlib", "scipy", "h5py", "keras", "PyYaml", "RootInteractive", "tensorflow", "pydot", "pylint", "psutil", "notebook", "torch", "xgboost", "uproot3", "uproot", "zstandard", "scikit-learn"],