From 1a40836c475bbe23cb5e51c4542a00a22fe0dc41 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 19 Sep 2025 13:39:23 +0200 Subject: [PATCH] Bump jupyterlite-core dependency Closes: https://github.com/jupyterlite/jupyterlite-sphinx/issues/315 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b80f72..f4fcb31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "docutils", "jupyter_server", "jupyterlab_server", - "jupyterlite-core >=0.2,<0.7", + "jupyterlite-core >=0.2,<0.8", "jupytext", "nbformat", "sphinx>=4",