From a5d0bb21247397038f20bfb85381ed58d6c09e1b Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 18 Nov 2022 10:18:31 +0000 Subject: [PATCH] Update JupyterLab Python package --- .github/workflows/buildutils.yml | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildutils.yml b/.github/workflows/buildutils.yml index d980cff9a..4113a9c4d 100644 --- a/.github/workflows/buildutils.yml +++ b/.github/workflows/buildutils.yml @@ -26,7 +26,7 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.0.0a30,<5" hatch + python -m pip install -U "jupyterlab>=4.0.0a31,<5" hatch jlpm jlpm run build @@ -76,6 +76,6 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.0.0a30,<5" pip + python -m pip install -U "jupyterlab>=4.0.0a31,<5" pip jlpm jlpm run build diff --git a/pyproject.toml b/pyproject.toml index 752e490d5..980b15c37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a30,<5"] +requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a31,<5"] build-backend = "hatchling.build" [project] @@ -31,7 +31,7 @@ classifiers = [ ] dependencies = [ "jupyter_server>=1.16.0,<2", - "jupyterlab>=4.0.0a30,<5", + "jupyterlab>=4.0.0a31,<5", "jupyterlab_server>=2.13,<3", "notebook_shim>=0.1,<0.2", "tornado>=6.1.0",