From 0937e1baac462ab47bb73b026f237a9fe52fd9e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 15:15:48 +0000 Subject: [PATCH] Update jupyterlab requirement from <4.4,>=3.6.8 to >=3.6.8,<4.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/vdom@3.6.8...@jupyterlab/lsp@4.5.0) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.5.0 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 922c732b..3f84ceba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ docs = [ "myst-parser>=3.0.1", ] jupyter = [ - "jupyterlab>=3.6.8,<4.4", + "jupyterlab>=3.6.8,<4.6", "jupyter-cadquery>=2.2.1", "ipyvtklink>=0.2.3", "ipygany>=0.5.0",