From a9b447283dc4cb16955ad6b6a07abba6fdd66dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 05:17:24 +0000 Subject: [PATCH] build(deps-dev): update jupyterlab requirement from >=4.6.0 to >=4.6.1 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.6.0...@jupyterlab/lsp@4.6.1) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.6.1 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 e588448..a5fee2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ build-backend = "hatchling.build" [dependency-groups] dev = [ - "jupyterlab>=4.6.0", + "jupyterlab>=4.6.1", "pytest>=9.1.1", "pytest-cov>=7.1.0", "pytest-github-actions-annotate-failures>=0.4.2",