From 4bfef6b7c0620178e69c649d2449776707bd3467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:41:12 +0000 Subject: [PATCH] Bump jupyter-book from 1.0.2 to 1.0.3 Bumps [jupyter-book](https://github.com/executablebooks/jupyter-book) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/executablebooks/jupyter-book/releases) - [Changelog](https://github.com/jupyter-book/jupyter-book/blob/main/CHANGELOG.md) - [Commits](https://github.com/executablebooks/jupyter-book/compare/v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: jupyter-book dependency-type: direct:production 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 1641b18c..82ad4946 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ docs = [ "autodoc_pydantic", "jupytext", - "jupyter-book==1.0.2" + "jupyter-book==1.0.3" ] [tool.codespell]