From ba3b045a38982d3b660ed19c766a09c5b2a37fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 18:16:16 +0000 Subject: [PATCH] Bump jupyter-book from 0.14.0 to 1.0.2 Bumps [jupyter-book](https://github.com/executablebooks/jupyter-book) from 0.14.0 to 1.0.2. - [Release notes](https://github.com/executablebooks/jupyter-book/releases) - [Changelog](https://github.com/executablebooks/jupyter-book/blob/master/CHANGELOG.md) - [Commits](https://github.com/executablebooks/jupyter-book/compare/v0.14.0...v1.0.2) --- updated-dependencies: - dependency-name: jupyter-book dependency-type: direct:production 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 5815d95..a492162 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ docs = [ "autodoc_pydantic", "matplotlib", "jupytext", - "jupyter-book==0.14.0", + "jupyter-book==1.0.2", "sphinx-autodoc-typehints", "sphinx-click", ]