From 39a46cd48ddea8ac8d878f3e9887a69bde579554 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 17:06:24 +0100 Subject: [PATCH] Bump bokeh from 2.2.3 to 2.3.0 (#181) Bumps [bokeh](https://github.com/bokeh/bokeh) from 2.2.3 to 2.3.0. - [Release notes](https://github.com/bokeh/bokeh/releases) - [Changelog](https://github.com/bokeh/bokeh/blob/branch-2.4/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/2.2.3...2.3.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2610a14..5f15dbe 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ setup( 'tqdm==4.59.0', 'requests==2.25.1', 'matplotlib==3.3.4', - 'bokeh==2.2.3', + 'bokeh==2.3.0', 'pandas==1.1.5', 'flydenity==0.1.5', 'gunicorn==20.0.4'