From 796b73fd4a29ca99ec06782168ee670efd10136a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:16:09 +0000 Subject: [PATCH] Update jupyter-book requirement from <2,>=1 to >=1,<3 Updates the requirements on jupyter-book to permit the latest version. --- updated-dependencies: - dependency-name: jupyter-book dependency-version: 2.0.0 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 dca2329..4046177 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ [project.optional-dependencies] docs = [ "docutils==0.17.1", # pinned to docutils==0.17.1 due to https://github.com/worldbank/template/issues/60. See also: https://jupyterbook.org/en/stable/content/citations.html?highlight=docutils#citations-and-bibliographies - "jupyter-book>=1,<2", + "jupyter-book>=1,<3", ] [project.urls]