Skip to content

Commit cbacbbd

Browse files
committed
Update to 4.0.0a29
1 parent 606bdde commit cbacbbd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/build-dist/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
- name: Install dependencies
1010
shell: bash
1111
run: |
12-
python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a28,<5" build
12+
python -m pip install --upgrade jupyter_packaging~=0.10 "jupyterlab>=4.0.0a29,<5" build
1313
1414
- name: Build pypi distributions
1515
shell: bash

.github/workflows/buildutils.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install dependencies
2828
run: |
29-
python -m pip install -U "jupyterlab>=4.0.0a28,<5" hatch
29+
python -m pip install -U "jupyterlab>=4.0.0a29,<5" hatch
3030
jlpm
3131
jlpm run build
3232
@@ -76,6 +76,6 @@ jobs:
7676

7777
- name: Install dependencies
7878
run: |
79-
python -m pip install -U "jupyterlab>=4.0.0a28,<5" pip
79+
python -m pip install -U "jupyterlab>=4.0.0a29,<5" pip
8080
jlpm
8181
jlpm run build

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
dependencies = [
3232
"jupyter_server>=1.16.0,<2",
33-
"jupyterlab>=4.0.0a28,<5",
33+
"jupyterlab>=4.0.0a29,<5",
3434
"jupyterlab_server>=2.13,<3",
3535
"notebook_shim>=0.1,<0.2",
3636
"tornado>=6.1.0",

0 commit comments

Comments
 (0)