From b58c7a715645b173fdab65d8e8b1759312ebb671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:57:07 +0000 Subject: [PATCH] Bump bokeh from 1.4.0 to 3.8.2 in /python 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] --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 python/setup.py diff --git a/python/setup.py b/python/setup.py old mode 100755 new mode 100644 index 01e7d5b..de8dc4c --- a/python/setup.py +++ b/python/setup.py @@ -12,7 +12,7 @@ packages=['fsoi', 'fsoi.data', 'fsoi.ingest', 'fsoi.ingest.emc', 'fsoi.ingest.gmao', 'fsoi.ingest.jma', 'fsoi.ingest.met', 'fsoi.ingest.meteofr', 'fsoi.ingest.nrl', 'fsoi.plots', 'fsoi.stats', 'fsoi.web', 'fsoi.ingest.merra'], - install_requires=['bokeh==1.4.0', 'pyyaml', 'boto3', 'botocore', 'certifi', + install_requires=['bokeh==3.8.2', 'pyyaml', 'boto3', 'botocore', 'certifi', 'matplotlib', 'numpy', 'pandas==1.2.3', 'requests', 'urllib3', 'tables', 'fortranformat', 'netCDF4', 'phantomjs', 'selenium'], package_dir={'fsoi': 'src/fsoi'},