From ee49951f00861704cf3b1889e92151334af16ac5 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 20 Apr 2022 09:04:56 +0200 Subject: [PATCH] Ensure jupyterlab_server>=2.13 --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b44acf8f9..eac256ffe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ python_requires = >=3.7 install_requires = notebook_shim>=0.1,<0.2 jupyterlab>=4.0.0a23,<5 - jupyterlab_server>=2.11.1,<3 + jupyterlab_server>=2.13,<3 jupyter_server>=1.16.0,<2 tornado>=6.1.0 @@ -50,7 +50,7 @@ test = pytest-console-scripts ipykernel pre-commit - jupyterlab_server[test]>=2.11.1,<3 + jupyterlab_server[test]>=2.13,<3 [options.packages.find] exclude =