Skip to content

Commit

Permalink
bump jupyterlab>=4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Feb 21, 2024
1 parent 12136c2 commit b3522ac
Show file tree
Hide file tree
Showing 3 changed files with 599 additions and 505 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,29 +44,29 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter-notebook/application": "^7.0.2",
"@jupyter-notebook/tree": "^7.0.2",
"@jupyter/ydoc": "^1.0.2",
"@jupyterlab/application": "^4.0.4",
"@jupyterlab/apputils": "^4.1.4",
"@jupyterlab/cells": "^4.0.4",
"@jupyterlab/coreutils": "^6.0.4",
"@jupyterlab/docregistry": "^4.0.4",
"@jupyterlab/mainmenu": "^4.0.4",
"@jupyterlab/nbformat": "^4.0.4",
"@jupyterlab/notebook": "^4.0.4",
"@jupyterlab/observables": "^5.0.4",
"@jupyterlab/services": "^7.0.4",
"@jupyterlab/settingregistry": "^4.0.4",
"@jupyter-notebook/application": "^7.1.0",
"@jupyter-notebook/tree": "^7.1.0",
"@jupyter/ydoc": "^1.1.1",
"@jupyterlab/application": "^4.1.0",
"@jupyterlab/apputils": "^4.2.0",
"@jupyterlab/cells": "^4.1.0",
"@jupyterlab/coreutils": "^6.1.0",
"@jupyterlab/docregistry": "^4.1.0",
"@jupyterlab/mainmenu": "^4.1.0",
"@jupyterlab/nbformat": "^4.1.0",
"@jupyterlab/notebook": "^4.1.0",
"@jupyterlab/observables": "^5.1.0",
"@jupyterlab/services": "^7.1.0",
"@jupyterlab/settingregistry": "^4.1.0",
"@lumino/coreutils": "^2.1.2",
"@lumino/disposable": "^2.1.2",
"@lumino/messaging": "^2.0.1",
"@lumino/signaling": "^2.1.2",
"@lumino/widgets": "^2.3.0"
"@lumino/widgets": "^2.3.1"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.4",
"@jupyterlab/galata": "^5.0.4",
"@jupyterlab/builder": "^4.1.0",
"@jupyterlab/galata": "^5.1.0",
"@playwright/test": "^1.32.2",
"@types/codemirror": "^5.60.5",
"@typescript-eslint/eslint-plugin": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"hatchling>=1.10.0",
"jupyterlab>=4.0.2,<5",
"jupyterlab>=4.1.0,<5",
]
build-backend = "hatchling.build"

Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies = [
"jsonschema>=3",
"jupyter_client<9",
"jupyter_server>=2",
"jupyterlab>=4.0.2,<5",
"jupyterlab>=4.1.0,<5",
"jupyterlab_server",
"nbclient>=0.6.1",
"nbconvert>=6",
Expand Down
Loading

0 comments on commit b3522ac

Please sign in to comment.