From 67eb59cd81148eb31d74c9c2f017cb52967d1107 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Sep 2025 07:43:03 +0000 Subject: [PATCH] Update dependency jupyterlab to v4 [SECURITY] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a3660a1..a5c6f43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["aychang95"] [tool.poetry.dependencies] python = "^3.7.10, <3.11" wheel = "^0.36.2" -jupyterlab = "^3.0.0" +jupyterlab = "^4.0.0" ipywidgets = "^7.6.3" spacy = "~3.1.0" blis= "<=0.7.5" # pinned to avoid https://github.com/explosion/spaCy/issues/10334