Skip to content

Commit a9f795b

Browse files
authored
Merge pull request #19 from DenisaCG/updateDependencies
Update dependencies
2 parents fae0f01 + b934e36 commit a9f795b

File tree

4 files changed

+2745
-2957
lines changed

4 files changed

+2745
-2957
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
sudo rm -rf $(which node)
8080
sudo rm -rf $(which node)
8181
82-
pip install "jupyterlab>=4.0.0,<5" jupyter_drives*.whl
82+
pip install "jupyterlab>=4.3.0,<5" jupyter_drives*.whl
8383
8484
8585
jupyter server extension list

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@
5353
"watch:labextension": "jupyter labextension watch ."
5454
},
5555
"dependencies": {
56-
"@jupyter/react-components": "^0.13.3",
57-
"@jupyter/web-components": "^0.13.2",
58-
"@jupyterlab/application": "^4.0.0",
59-
"@jupyterlab/coreutils": "^6.0.0",
60-
"@jupyterlab/services": "^7.0.0"
56+
"@jupyter/react-components": "^0.16.6",
57+
"@jupyter/web-components": "^0.16.6",
58+
"@jupyterlab/application": "^4.3.0",
59+
"@jupyterlab/coreutils": "^6.3.0",
60+
"@jupyterlab/services": "^7.3.0"
6161
},
6262
"devDependencies": {
63-
"@jupyterlab/builder": "^4.0.0",
64-
"@jupyterlab/testutils": "^4.0.0",
63+
"@jupyterlab/builder": "^4.3.0",
64+
"@jupyterlab/testutils": "^4.3.0",
6565
"@types/jest": "^29.2.0",
6666
"@types/json-schema": "^7.0.11",
6767
"@types/react": "^18.0.26",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Programming Language :: Python :: 3.11",
2323
]
2424
dependencies = [
25-
"jupyter_server>=2.0.1,<3",
25+
"jupyter_server>=2.14.2,<3",
2626
"s3contents>=0.11.1,<0.12.0",
2727
"apache-libcloud>=3.8.0, <4",
2828
"entrypoints>=0.4, <0.5",

0 commit comments

Comments
 (0)