From 42a996d9b1df5b85ec8026f14291d9453a504f81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 05:11:09 +0000 Subject: [PATCH] Update bokeh requirement from ^2.4.0 to ^3.0.3 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/2.4.0...3.0.3) --- updated-dependencies: - dependency-name: bokeh dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48df1cb5..9c1f5bc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ pytest = "^7.1" toml = "^0.10" requests = '^2.24' py3Dmol = "^1.7.0" -bokeh = "^2.4.0" +bokeh = "^3.0.3" [tool.poetry.scripts] easyDiffractionLib = "easyDiffractionLib.main:main"