From 8f4fc108ed63a22618235f0d5ca01ccc9d6b0cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:58:14 +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 d296ad6..5d516b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ [project.optional-dependencies] docs = [ "docutils==0.17.1", - "jupyter-book>=1,<2", + "jupyter-book>=1,<3", ] [project.urls]