From b6c0923bc4ce8155a835d4cbb8a1cf2531132136 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 3 Jun 2025 07:40:38 +0200 Subject: [PATCH] Bump jupyterlite-core dependency --- dev-environment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-environment.yml b/dev-environment.yml index 2547bde..985f223 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -5,7 +5,7 @@ dependencies: - pip - jupyter_server - jupyterlab_server - - jupyterlite-core >=0.3,<0.6 + - jupyterlite-core >=0.3,<0.7 - jupytext - pydata-sphinx-theme - micromamba=2.0.5 diff --git a/pyproject.toml b/pyproject.toml index 4473438..1b80f72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "docutils", "jupyter_server", "jupyterlab_server", - "jupyterlite-core >=0.2,<0.6", + "jupyterlite-core >=0.2,<0.7", "jupytext", "nbformat", "sphinx>=4",