From 894eb7719c04102c35f7e431d18b6a2a51e72b35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:39:09 -0500 Subject: [PATCH] Update bokeh requirement from <=3.6.2,>=1.0.0 to >=1.0.0,<=3.6.3 (#1170) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eneko Uruñuela --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7267df9d2..9fe0bdf86 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",