From 3c2cade8e8f337786eda0c77935f216049665da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 02:35:28 +0000 Subject: [PATCH] Bump jupyter-book from 2.1.2 to 2.1.4 Bumps [jupyter-book](https://github.com/jupyter-book/jupyter-book) from 2.1.2 to 2.1.4. - [Release notes](https://github.com/jupyter-book/jupyter-book/releases) - [Commits](https://github.com/jupyter-book/jupyter-book/compare/v2.1.2...v2.1.4) --- updated-dependencies: - dependency-name: jupyter-book dependency-version: 2.1.4 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..dc472755 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.4", ] [project.urls]