From 13667ed158d34bff72365572217e88ed7063bcbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 18:01:18 +0000 Subject: [PATCH] Bump bokeh from 2.4.3 to 3.8.2 Bumps [bokeh](https://github.com/bokeh/bokeh) from 2.4.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.4.3...3.8.2) --- updated-dependencies: - dependency-name: bokeh dependency-version: 3.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe36249..5255597 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def run(self): python_requires='>=3.7', # Fixing the bokeh version as newer versions like 3.0 shrink the plots - install_requires=['pandas', 'bokeh==2.4.3', 'shapely', 'matplotlib','pytest', 'xlsxwriter',\ + install_requires=['pandas', 'bokeh==3.8.2', 'shapely', 'matplotlib','pytest', 'xlsxwriter',\ 'numpy==1.26.4', 'colorcet', 'scipy', 'jsonschema'], packages=find_packages(), scripts=['src/core/memory_usage_analyzer.py',