From 9c3dbc5f735a287a177e9c3c4346a2a90cc53481 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 16:26:10 +0100 Subject: [PATCH] BUILD: update jupyterlab requirement from <4.3,>=3.6.0 to >=3.6.0,<4.4 (#5370) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95cce2f80b3..ace06729149 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ installer = [ "scikit-rf>=0.30.0,<1.4", "SRTM.py", "utm", - "jupyterlab>=3.6.0,<4.3", + "jupyterlab>=3.6.0,<4.4", "ipython>=7.30.0,<8.30", "ipyvtklink>=0.2.0,<0.2.4", ]