From 8233cb0f69014753194271082c9150cca492ca04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 08:14:19 +0000 Subject: [PATCH] Update jupyterlab requirement from <5,>=4 to >=4.6.0,<5 --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- binder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index 0dfafdce..e6563604 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -1 +1 @@ -jupyterlab>=4,<5 +jupyterlab>=4.6.0,<5