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