Skip to content

Commit a5d0bb2

Browse files
committed
Update JupyterLab Python package
1 parent 025f118 commit a5d0bb2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/buildutils.yml

Lines changed: 2 additions & 2 deletions
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.0a30,<5" hatch
29+
python -m pip install -U "jupyterlab>=4.0.0a31,<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.0a30,<5" pip
79+
python -m pip install -U "jupyterlab>=4.0.0a31,<5" pip
8080
jlpm
8181
jlpm run build

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a30,<5"]
2+
requires = ["hatchling>=1.11", "jupyterlab>=4.0.0a31,<5"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -31,7 +31,7 @@ classifiers = [
3131
]
3232
dependencies = [
3333
"jupyter_server>=1.16.0,<2",
34-
"jupyterlab>=4.0.0a30,<5",
34+
"jupyterlab>=4.0.0a31,<5",
3535
"jupyterlab_server>=2.13,<3",
3636
"notebook_shim>=0.1,<0.2",
3737
"tornado>=6.1.0",

0 commit comments

Comments
 (0)