From a1c91a56e766fec1fee8f8f03e554fad95f58b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:36:41 +0000 Subject: [PATCH] Update bokeh requirement from <=3.6.2,>=1.0.0 to >=1.0.0,<=3.6.3 Updates the requirements on [bokeh](https://github.com/bokeh/bokeh) to permit the latest version. - [Changelog](https://github.com/bokeh/bokeh/blob/3.6.3/docs/CHANGELOG) - [Commits](https://github.com/bokeh/bokeh/compare/1.0.0...3.6.3) --- 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 6fdf5f70f..b09fe8d80 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.2", + "bokeh>=1.0.0,<=3.6.3", "mapca>=0.0.4,<=0.0.5", "matplotlib", "nibabel>=2.5.1,<=5.3.2",