From ffdb23db5f68c781fe5ed8489037bd2268100084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 07:19:59 +0000 Subject: [PATCH] Bump bokeh from 2.3.2 to 2.4.1 Bumps [bokeh](https://github.com/bokeh/bokeh) from 2.3.2 to 2.4.1. - [Release notes](https://github.com/bokeh/bokeh/releases) - [Changelog](https://github.com/bokeh/bokeh/blob/branch-3.0/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/2.3.2...2.4.1) --- updated-dependencies: - dependency-name: bokeh dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c6df869..b7880ae 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ setup( 'tqdm==4.62.3', 'requests==2.26.0', 'matplotlib==3.3.4', - 'bokeh==2.3.2', + 'bokeh==2.4.1', 'pandas==1.1.5', 'flydenity==0.1.6', 'gunicorn==20.1.0'