diff --git a/code/Ch8/pyproject.toml b/code/Ch8/pyproject.toml index 8c942a4..c5086ff 100644 --- a/code/Ch8/pyproject.toml +++ b/code/Ch8/pyproject.toml @@ -69,7 +69,7 @@ dependencies = [ "mistune==3.1.4", "narwhals==2.7.0", "nbclient==0.10.2", - "nbconvert==7.16.6", + "nbconvert==7.17.0", "nbformat==5.10.4", "nest-asyncio==1.6.0", "notebook-shim==0.2.4", diff --git a/code/Ch8/requirements.txt b/code/Ch8/requirements.txt index dcc3062..bee20f5 100644 --- a/code/Ch8/requirements.txt +++ b/code/Ch8/requirements.txt @@ -4,8 +4,6 @@ anyio==4.11.0 # via # httpx # jupyter-server -appnope==0.1.4 - # via ipykernel argon2-cffi==25.1.0 # via jupyter-server argon2-cffi-bindings==25.1.0 @@ -186,7 +184,7 @@ narwhals==2.7.0 # plotly nbclient==0.10.2 # via nbconvert -nbconvert==7.16.6 +nbconvert==7.17.0 # via jupyter-server nbformat==5.10.4 # via diff --git a/code/Ch8/uv.lock b/code/Ch8/uv.lock index 8125181..3d69ff9 100644 --- a/code/Ch8/uv.lock +++ b/code/Ch8/uv.lock @@ -429,7 +429,7 @@ requires-dist = [ { name = "mistune", specifier = "==3.1.4" }, { name = "narwhals", specifier = "==2.7.0" }, { name = "nbclient", specifier = "==0.10.2" }, - { name = "nbconvert", specifier = "==7.16.6" }, + { name = "nbconvert", specifier = "==7.17.0" }, { name = "nbformat", specifier = "==5.10.4" }, { name = "nest-asyncio", specifier = "==1.6.0" }, { name = "notebook-shim", specifier = "==0.2.4" }, @@ -1379,7 +1379,7 @@ wheels = [ [[package]] name = "nbconvert" -version = "7.16.6" +version = "7.17.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "beautifulsoup4" }, @@ -1397,9 +1397,9 @@ dependencies = [ { name = "pygments" }, { name = "traitlets" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a3/59/f28e15fc47ffb73af68a8d9b47367a8630d76e97ae85ad18271b9db96fdf/nbconvert-7.16.6.tar.gz", hash = "sha256:576a7e37c6480da7b8465eefa66c17844243816ce1ccc372633c6b71c3c0f582", size = 857715, upload-time = "2025-01-28T09:29:14.724Z" } +sdist = { url = "https://files.pythonhosted.org/packages/38/47/81f886b699450d0569f7bc551df2b1673d18df7ff25cc0c21ca36ed8a5ff/nbconvert-7.17.0.tar.gz", hash = "sha256:1b2696f1b5be12309f6c7d707c24af604b87dfaf6d950794c7b07acab96dda78", size = 862855, upload-time = "2026-01-29T16:37:48.478Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/cc/9a/cd673b2f773a12c992f41309ef81b99da1690426bd2f96957a7ade0d3ed7/nbconvert-7.16.6-py3-none-any.whl", hash = "sha256:1375a7b67e0c2883678c48e506dc320febb57685e5ee67faa51b18a90f3a712b", size = 258525, upload-time = "2025-01-28T09:29:12.551Z" }, + { url = "https://files.pythonhosted.org/packages/0d/4b/8d5f796a792f8a25f6925a96032f098789f448571eb92011df1ae59e8ea8/nbconvert-7.17.0-py3-none-any.whl", hash = "sha256:4f99a63b337b9a23504347afdab24a11faa7d86b405e5c8f9881cd313336d518", size = 261510, upload-time = "2026-01-29T16:37:46.322Z" }, ] [[package]]