From f4759c2e5bfdd321960663a6030cbe3381010b05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 05:09:32 +0000 Subject: [PATCH] Build(deps): Bump jupyterlab from 4.5.5 to 4.5.6 Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.5.5 to 4.5.6. - [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.5.5...@jupyterlab/lsp@4.5.6) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 751d8979d3..7e200c33fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ docs = [ 'ipygany==0.5.0', 'ipywidgets==8.1.8', 'jupyter_sphinx==0.5.3', - 'jupyterlab==4.5.5', + 'jupyterlab==4.5.6', 'lxml==6.0.2', 'matplotlib==3.10.1', 'meshio==5.3.5',