From f36602c69aa56639172499193b88373f4383bc74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 02:35:55 +0000 Subject: [PATCH] Bump jupyter-book from 2.1.2 to 2.1.5 Bumps [jupyter-book](https://github.com/jupyter-book/jupyter-book) from 2.1.2 to 2.1.5. - [Release notes](https://github.com/jupyter-book/jupyter-book/releases) - [Commits](https://github.com/jupyter-book/jupyter-book/compare/v2.1.2...v2.1.5) --- updated-dependencies: - dependency-name: jupyter-book dependency-version: 2.1.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14efd6a9..b61fcbbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ doc = [ "myst-parser", "autodoc_pydantic", "sphinxcontrib-mermaid", - "jupyter-book==2.1.2", + "jupyter-book==2.1.5", ] [project.urls]