From dab268eac51a849f1dda0c8ee80a3d63e963b7d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 22:57:20 +0000 Subject: [PATCH] Update bokeh requirement from <2.3,>=1.4.0 to >=1.4.0,<3.1 Updates the requirements on [bokeh](https://github.com/bokeh/bokeh) to permit the latest version. - [Release notes](https://github.com/bokeh/bokeh/releases) - [Changelog](https://github.com/bokeh/bokeh/blob/3.0.3/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/1.4.0...3.0.3) --- updated-dependencies: - dependency-name: bokeh dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20861e4..41e88c8 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ 'matplotlib>=3,<3.4', #'cairocffi>=0.5.4', - 'bokeh>=1.4.0,<2.3', + 'bokeh>=1.4.0,<3.1', 'vincent>=0.4.4,<0.5', ],