Update to 4.0.0a29

This commit is contained in:
Afshin T. Darian 2022-09-28 17:29:30 +01:00
parent 606bddebf7
commit a339e46059
3 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ runs:
- name: Install dependencies
shell: bash
run: |
python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a28,<5" build
python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a29,<5" build
- name: Build pypi distributions
shell: bash

View File

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.0.0a28,<5" hatch
python -m pip install -U "jupyterlab>=4.0.0a29,<5" hatch
jlpm
jlpm run build
@ -76,6 +76,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U "jupyterlab>=4.0.0a28,<5" pip
python -m pip install -U "jupyterlab>=4.0.0a29,<5" pip
jlpm
jlpm run build

View File

@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.5", "jupyterlab>=4.0.0a29,<5", "ypy-websocket==0.2"]
requires = ["hatchling>=1.5", "jupyterlab>=4.0.0a29,<5", "ypy-websocket==0.3.2"]
build-backend = "hatchling.build"
[project]
@ -30,7 +30,7 @@ classifiers = [
]
dependencies = [
"jupyter_server>=1.16.0,<2",
"jupyterlab>=4.0.0a28,<5",
"jupyterlab>=4.0.0a29,<5",
"jupyterlab_server>=2.13,<3",
"notebook_shim>=0.1,<0.2",
"tornado>=6.1.0",