From 4e29bd71ad133cef6da5bfa11c34d3b8ac913940 Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:07:18 +0100 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20dependency=20jupyter-book?= =?UTF-8?q?=20(2.0.0a3=20=E2=86=92=202.0.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------ | ------- | ----- | | pypi | jupyter-book | 2.0.0a3 | 2.0.2 | --- poetry.lock | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index c29c61d..5de84e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "anyio" @@ -613,14 +613,14 @@ referencing = ">=0.31.0" [[package]] name = "jupyter-book" -version = "2.0.0a3" +version = "2.0.2" description = "" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "jupyter_book-2.0.0a3-py3-none-any.whl", hash = "sha256:3328b6388cd9c9dd9b0d06b22ff031e53878a80d3ee40873daaef7ab393286ab"}, - {file = "jupyter_book-2.0.0a3.tar.gz", hash = "sha256:558ed176a027294ef2890c807853cac2be039b11df2d531f909589ab26cdaf00"}, + {file = "jupyter_book-2.0.2-py3-none-any.whl", hash = "sha256:7ccbb5f00dc55d172f148eae179d257e4cfe815ee297050553733d13018cae57"}, + {file = "jupyter_book-2.0.2.tar.gz", hash = "sha256:36e1428ad85a70e500513793edff3be83c4f036f80eb67bb909180914f50094b"}, ] [package.dependencies] @@ -630,6 +630,9 @@ jupyter-server = "*" nodeenv = ">=1.9.1" platformdirs = ">=4.2.2" +[package.extras] +docs = ["markdown", "pandas", "pooch"] + [[package]] name = "jupyter-client" version = "8.6.3"