From 46259b735b42acdc87d0b386b47ab2e8a1476dde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 05:29:30 +0000 Subject: [PATCH] Bump jupyter-book from 1.0.4 to 2.1.2 Bumps [jupyter-book](https://github.com/jupyter-book/jupyter-book) from 1.0.4 to 2.1.2. - [Release notes](https://github.com/jupyter-book/jupyter-book/releases) - [Commits](https://github.com/jupyter-book/jupyter-book/compare/v1.0.4...v2.1.2) --- updated-dependencies: - dependency-name: jupyter-book dependency-version: 2.1.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b25e448..aef865ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] docs = [ - "jupyter-book==1.0.4", + "jupyter-book==2.1.2", "sphinx-book-theme", ] develop = [