From 9878b72558bc9c81ba33e084b0bdb4c78ac219c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 01:45:55 +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.1) --- updated-dependencies: - dependency-name: jupyter-book dependency-version: 2.1.1 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 0ca3aeb13..6010ce688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ [project.optional-dependencies] docs = [ - "jupyter-book~=1.0", + "jupyter-book>=1,<3", "sphinx-book-theme~=1.0", "sphinx-autodoc-typehints>=2,<4", "sphinxcontrib-autoyaml~=1.0",