Skip to content

Commit 6e0f540

Browse files
committed
Update jupyter-docprovider, jupyter-server-ydoc
1 parent 25dc398 commit 6e0f540

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

python/jupytergis/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ dependencies = [
2323
"jupytergis_lab==0.9.1",
2424
"jupytergis_qgis==0.9.1",
2525
"jupyter-collaboration>=4",
26-
"jupyter-docprovider>=1,<2",
27-
"jupyter-server-ydoc>=1,<2",
26+
"jupyter-docprovider>=2",
27+
"jupyter-server-ydoc>=2",
2828
"jupyter-collaboration-ui>=2",
2929
"jupyterlab>=4.3,<5",
3030
]

requirements-build.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ datamodel-code-generator>=0.23.0
33
hatchling>=1.5.0,<2
44
jupyter-collaboration>=4
55
jupyter-collaboration-ui>=2
6-
jupyter-docprovider>=1,<2
7-
jupyter-server-ydoc>=1,<2
6+
jupyter-docprovider>=2
7+
jupyter-server-ydoc>=2
88
jupyterlab>=4.3,<5
99
mercantile>=1.2
1010
pillow>=10

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -816,15 +816,15 @@ __metadata:
816816
languageName: node
817817
linkType: hard
818818

819-
"@jupyter/collaborative-drive@npm:^3.0.0":
820-
version: 3.1.2
821-
resolution: "@jupyter/collaborative-drive@npm:3.1.2"
819+
"@jupyter/collaborative-drive@npm:^4.0.0":
820+
version: 4.1.1
821+
resolution: "@jupyter/collaborative-drive@npm:4.1.1"
822822
dependencies:
823823
"@jupyter/ydoc": ^2.1.3 || ^3.0.0
824-
"@jupyterlab/services": ^7.2.0
825-
"@lumino/coreutils": ^2.1.0
826-
"@lumino/disposable": ^2.1.0
827-
checksum: 394523c8b69f367c4d58888b30ea1bf0856594a5a08d088c1147f583eb969aaacb0e7672b97ea840661e476eaf547f58218be219a59a28531b27ad7680e9f89b
824+
"@jupyterlab/services": ^7.4.0
825+
"@lumino/coreutils": ^2.2.1
826+
"@lumino/disposable": ^2.1.4
827+
checksum: a0fd1dceab0f2bb9cb2689e52ca4b4c716c8643a936c087060f1890d0d2697393d58d05a3e99637a7ef89997f809b1a358b74d0a2662a3b63c81e9b9e783defb
828828
languageName: node
829829
linkType: hard
830830

@@ -946,7 +946,7 @@ __metadata:
946946
version: 0.0.0-use.local
947947
resolution: "@jupytergis/jupytergis-core@workspace:python/jupytergis_core"
948948
dependencies:
949-
"@jupyter/collaborative-drive": ^3.0.0
949+
"@jupyter/collaborative-drive": ^4.0.0
950950
"@jupytergis/base": ^0.9.1
951951
"@jupytergis/schema": ^0.9.1
952952
"@jupyterlab/application": ^4.3.0
@@ -980,7 +980,7 @@ __metadata:
980980
version: 0.0.0-use.local
981981
resolution: "@jupytergis/jupytergis-lab@workspace:python/jupytergis_lab"
982982
dependencies:
983-
"@jupyter/collaborative-drive": ^3.0.0
983+
"@jupyter/collaborative-drive": ^4.0.0
984984
"@jupytergis/base": ^0.9.1
985985
"@jupytergis/schema": ^0.9.1
986986
"@jupyterlab/application": ^4.3.0
@@ -1012,7 +1012,7 @@ __metadata:
10121012
version: 0.0.0-use.local
10131013
resolution: "@jupytergis/jupytergis-qgis@workspace:python/jupytergis_qgis"
10141014
dependencies:
1015-
"@jupyter/collaborative-drive": ^3.0.0
1015+
"@jupyter/collaborative-drive": ^4.0.0
10161016
"@jupytergis/base": ^0.9.1
10171017
"@jupytergis/jupytergis-core": ^0.9.1
10181018
"@jupytergis/schema": ^0.9.1
@@ -2052,7 +2052,7 @@ __metadata:
20522052
languageName: node
20532053
linkType: hard
20542054

2055-
"@lumino/disposable@npm:^1.10.0 || ^2.0.0, @lumino/disposable@npm:^2.1.0, @lumino/disposable@npm:^2.1.4":
2055+
"@lumino/disposable@npm:^1.10.0 || ^2.0.0, @lumino/disposable@npm:^2.1.4":
20562056
version: 2.1.4
20572057
resolution: "@lumino/disposable@npm:2.1.4"
20582058
dependencies:

0 commit comments

Comments
 (0)