From 71fca35e12d7f4c6273ba8762e773a9989852d7c Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 23 Jan 2024 09:08:03 +0100 Subject: [PATCH] Update to `jupyterlite-core==0.2.3` --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index d1de9bc6..2bf008be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ # Core modules (mandatory) -jupyterlite-core==0.2.2 -jupyterlab~=4.0.9 -notebook~=7.0.6 +jupyterlite-core==0.2.3 +jupyterlab~=4.0.11 +notebook~=7.0.7 # Python kernel (optional) -jupyterlite-pyodide-kernel==0.2.0 +jupyterlite-pyodide-kernel==0.2.1 # JavaScript kernel (optional) -jupyterlite-javascript-kernel==0.2.2 +jupyterlite-javascript-kernel==0.2.3 # Language support (optional) jupyterlab-language-pack-fr-FR