From 976555b9da3d4f5eb5918368271ca114d522b635 Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" Date: Mon, 17 Mar 2025 19:03:26 +0000 Subject: [PATCH] chore(deps): update dependency jupyterlite-pyodide-kernel to v0.5.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3acee8b..3f9c051 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ docs = ["Sphinx", "sphinx-autodoc-typehints", "pydata-sphinx-theme"] jupyterlab = "~4" jupyterlite = "0.4.0" jupyterlite-core = "0.4.1" -jupyterlite-pyodide-kernel = "0.4.7" +jupyterlite-pyodide-kernel = "0.5.2" build = "^0.10.0" pytest = "~7" pytest-asyncio = "^0.23.0"