diff --git a/requirements.txt b/requirements.txt index d0cb3d7e69..3f23be26b2 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 1b09490083..0712bb6c83 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