From 8b5c71e2cc8b03279e51c01050386e32bc27961d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:35:57 +0000 Subject: [PATCH] Update jupyterlab requirement from >=4.0 to >=4.5.6 Updates the requirements on [jupyterlab](https://github.com/jupyterlab/jupyterlab) to permit the latest version. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.0...@jupyterlab/lsp@4.5.6) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.5.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c84af8b..55f9d6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ serve = [ "uvicorn[standard]>=0.30.0", ] notebook = [ - "jupyterlab>=4.0", + "jupyterlab>=4.5.6", ] data = [ "libzim>=3.8.0",