From 1ab630a777e9d60766b7fe91a472d1d264635b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:02:58 +0000 Subject: [PATCH] Bump jupyter-book from 1.0.0 to 1.0.2 Bumps [jupyter-book](https://github.com/executablebooks/jupyter-book) from 1.0.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/v1.0.0...v1.0.2) --- 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 244352a..cb02193 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ docs = [ "jupytext", "matplotlib", - "jupyter-book==1.0.0" + "jupyter-book==1.0.2" ] [tool.codespell]