From bbdd0977147938c1121be67c70e4c8c791ca6f9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:56:17 +0000 Subject: [PATCH] Update bokeh requirement from <=3.6.1,>=1.0.0 to >=1.0.0,<=3.6.2 Updates the requirements on [bokeh](https://github.com/bokeh/bokeh) to permit the latest version. - [Changelog](https://github.com/bokeh/bokeh/blob/3.6.2/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/1.0.0...3.6.2) --- updated-dependencies: - dependency-name: bokeh dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41d96a4e5..0d942122a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ license = {file = "LICENSE"} requires-python = ">=3.8" dependencies = [ - "bokeh>=1.0.0,<=3.6.1", + "bokeh>=1.0.0,<=3.6.2", "mapca>=0.0.4,<=0.0.5", "matplotlib", "nibabel>=2.5.1,<=5.3.2",