From 4f9e704c8779691a2cd9568a04e4681c4eb0d79e Mon Sep 17 00:00:00 2001 From: "Afshin T. Darian" Date: Tue, 6 Sep 2022 11:36:03 +0100 Subject: [PATCH] Update to JupyterLab 4.0.0a28 --- .github/actions/build-dist/action.yml | 2 +- .github/workflows/buildutils.yml | 4 ++-- pyproject.toml | 5 ++--- yarn.lock | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/actions/build-dist/action.yml b/.github/actions/build-dist/action.yml index 0422cc92592..7f83f99d9c4 100644 --- a/.github/actions/build-dist/action.yml +++ b/.github/actions/build-dist/action.yml @@ -9,7 +9,7 @@ runs: - name: Install dependencies shell: bash run: | - python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a25,<5" ypy-websocket==0.2 build + python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a28,<5" build - name: Build pypi distributions shell: bash diff --git a/.github/workflows/buildutils.yml b/.github/workflows/buildutils.yml index 02a53b58db6..d66f629777f 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.0a25,<5" ypy-websocket==0.2 hatch + python -m pip install -U "jupyterlab>=4.0.0a28,<5" hatch jlpm jlpm run build @@ -81,6 +81,6 @@ jobs: - name: Install dependencies run: | - python -m pip install -U "jupyterlab>=4.0.0a25,<5" ypy-websocket==0.2 pip + python -m pip install -U "jupyterlab>=4.0.0a28,<5" pip jlpm jlpm run build diff --git a/pyproject.toml b/pyproject.toml index 58947627df0..0343b02e013 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.0", "jupyterlab>=4.0.0a25,<5", "ypy-websocket==0.2"] +requires = ["hatchling>=1.0", "jupyterlab>=4.0.0a25,<5"] build-backend = "hatchling.build" [project] @@ -30,11 +30,10 @@ classifiers = [ ] dependencies = [ "jupyter_server>=1.16.0,<2", - "jupyterlab>=4.0.0a24,<5", + "jupyterlab>=4.0.0a28,<5", "jupyterlab_server>=2.13,<3", "notebook_shim>=0.1,<0.2", "tornado>=6.1.0", - "ypy-websocket==0.2", ] dynamic = ["version"] diff --git a/yarn.lock b/yarn.lock index 070772b3199..c921473630f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14126,7 +14126,7 @@ y18n@^5.0.5: resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55" integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== -yallist@*, yallist@^4.0.0: +yallist@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==