From 6967d84a51f9476187b1c05aef9b526d89926886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 05:17:46 +0000 Subject: [PATCH] build(deps-dev): update jupyterlab requirement from >=4.5.7 to >=4.5.8 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.5.7...@jupyterlab/lsp@4.5.8) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.5.8 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 a6d9081..deb827b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ build-backend = "hatchling.build" [dependency-groups] dev = [ - "jupyterlab>=4.5.7", + "jupyterlab>=4.5.8", "pytest>=9.0.3", "pytest-cov>=7.1.0", "pytest-github-actions-annotate-failures>=0.4.0",