From 6f04522c94fa25ad5053aaea48d45dd0ad10a67e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:34:29 +0000 Subject: [PATCH] Update jupyter-book requirement from ~=1.0 to >=1,<3 Updates the requirements on [jupyter-book](https://github.com/jupyter-book/jupyter-book) to permit the latest version. - [Release notes](https://github.com/jupyter-book/jupyter-book/releases) - [Commits](https://github.com/jupyter-book/jupyter-book/compare/v1.0.0...v2.1.4) --- updated-dependencies: - dependency-name: jupyter-book dependency-version: 2.1.4 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 0ac031dd..5fa82d0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ [project.optional-dependencies] docs = [ - "jupyter-book~=1.0", + "jupyter-book>=1,<3", "sphinx-book-theme", "sphinx-autodoc-typehints", "sphinxcontrib-autoyaml",