From 74a913f1808313ffb171ea96ccbd0bf16a9bd2c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 07:53:21 +0000 Subject: [PATCH] build(deps-dev): 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.5) --- updated-dependencies: - dependency-name: jupyter-book dependency-version: 2.1.5 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 5c2d88cd..d1644499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ devsim = ["devsim", "pyvista<=0.46.0", "tidy3d~=2.11.1"] docs = [ "jupytext", "matplotlib", - "jupyter-book~=1.0", + "jupyter-book>=1,<3", "pyvista[all]<=0.46.0", "bokeh", "scikit-learn"