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