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