From 3625bdc9899146543e4d62a89bc435112b7ef52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 04:31:40 +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.2 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 7f4fe8a..e5ae99d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,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]