diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0afb0cd..2b69679 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 - name: Install dependencies - run: python -m pip install -U jupyterlab==4.0.10 + run: python -m pip install -U jupyterlab==4.1.0b0 - name: Lint the extension run: | @@ -81,7 +81,7 @@ jobs: sudo rm -rf $(which node) sudo rm -rf $(which node) - pip install "jupyterlab==4.0.10" datalayer*.whl + pip install "jupyterlab==4.1.0b0" datalayer*.whl jupyter server extension list @@ -114,7 +114,7 @@ jobs: - name: Install the extension run: | set -eux - python -m pip install "jupyterlab==4.0.10" datalayer*.whl + python -m pip install "jupyterlab==4.1.0b0" datalayer*.whl - name: Install dependencies working-directory: ui-tests diff --git a/package.json b/package.json index fe9fb08..d6176d8 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "watch:src": "tsc -w" }, "dependencies": { - "@datalayer/jupyter-react": "0.9.0", + "@datalayer/jupyter-react": "0.9.1", "@jupyter/collaboration-extension": "1.2.0", "echarts": "5.4.2", "echarts-for-react": "3.0.2", @@ -243,7 +243,7 @@ "jupyter-releaser": { "hooks": { "before-build-npm": [ - "python -m pip install jupyterlab==4.0.10", + "python -m pip install jupyterlab==4.1.0b0", "jlpm" ], "before-build-python": [ diff --git a/pyproject.toml b/pyproject.toml index a14450e..c27a789 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling>=1.4.0", "jupyterlab==4.0.10", "hatch-nodejs-version"] +requires = ["hatchling>=1.4.0", "jupyterlab==4.1.0b0", "hatch-nodejs-version"] build-backend = "hatchling.build" [project]