From b46b15b4aef8e3e54421d5b8a3f0e703d9207bfe Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" Date: Tue, 1 Jul 2025 05:17:00 +0000 Subject: [PATCH] chore(deps): update dependency jupyterlite-core to v0.6.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3acee8b..0bef412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ docs = ["Sphinx", "sphinx-autodoc-typehints", "pydata-sphinx-theme"] [tool.poetry.dev-dependencies] jupyterlab = "~4" jupyterlite = "0.4.0" -jupyterlite-core = "0.4.1" +jupyterlite-core = "0.6.3" jupyterlite-pyodide-kernel = "0.4.7" build = "^0.10.0" pytest = "~7"