From d5713e37bde3632526f631ce6b8a8092130f0367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 20:25:32 +0000 Subject: [PATCH] Bump bokeh from 3.8.0 to 3.8.2 Bumps [bokeh](https://github.com/bokeh/bokeh) from 3.8.0 to 3.8.2. - [Changelog](https://github.com/bokeh/bokeh/blob/3.8.2/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/3.8.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 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d0cb3d7e6..3f23be26b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ asttokens==3.0.1 attrs==25.4.0 babel==2.17.0 black==26.1.0 -bokeh==3.8.0 +bokeh==3.8.2 certifi==2026.1.4 charset-normalizer==3.4.4 click==8.3.1 diff --git a/setup.py b/setup.py index 1b0949008..0712bb6c8 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ install_requires=[ "Pyomo==6.9.4", # Optimization modeling language "pandas==2.3.2", # Data-processing - "bokeh==3.8.0", # Visualization library + "bokeh==3.8.2", # Visualization library "pscript==0.8.0", # Python to JavaScript compiler (for viz) "networkx==3.4.2; python_version < '3.11'", # network package for DC OPF "networkx==3.5.0; python_version >= '3.11'", # network package for DC OPF