From ec9158cb21f3c08e98f508ec6769e345b7bcc5c5 Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" Date: Tue, 16 Dec 2025 04:19:00 +0000 Subject: [PATCH] chore(deps): update dependency jupyterlite-core to v0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce9eeea..7721aa1 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.7.0" jupyterlite-pyodide-kernel = "0.4.7" build = "^0.10.0" pytest = "~7"