From 22042fa9529fa0586aa076c4f00ce1774ea54b41 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Sat, 27 Apr 2024 12:47:34 +0000 Subject: [PATCH] Bump `jupyterlab-server` --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e38f15a5d1..0eefef5c40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ dependencies = [ "jupyter_server>=2.4.0,<3", "jupyterlab>=4.2.0rc0,<4.3", - "jupyterlab_server>=2.22.1,<3", + "jupyterlab_server>=2.27.1,<3", "notebook_shim>=0.2,<0.3", "tornado>=6.2.0", ] @@ -58,7 +58,7 @@ test = [ "pytest-console-scripts", "ipykernel", "jupyter_server[test]>=2.4.0,<3", - "jupyterlab_server[test]>=2.22.1,<3", + "jupyterlab_server[test]>=2.27.1,<3", "importlib-resources>=5.0;python_version<\"3.10\"", ] docs = [