Skip to content

Commit

Permalink
Merge pull request #27 from QuantStack/upgradeDependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
DenisaCG authored Oct 11, 2024
2 parents 7b79ecf + 14daeb4 commit 039210a
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 312 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ More information about `CORS` [here](https://docs.aws.amazon.com/AmazonS3/latest

## Requirements

- JupyterLab >= 4.0.0
- JupyterLab >= 4.2.5

## Install

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.511.0",
"@aws-sdk/s3-request-presigner": "^3.511.0",
"@jupyterlab/application": "^4.0.0",
"@jupyterlab/coreutils": "^6.2.2",
"@jupyterlab/settingregistry": "^4.2.3",
"@jupyterlab/statedb": "^4.2.2",
"@jupyterlab/application": "^4.2.5",
"@jupyterlab/coreutils": "^6.2.5",
"@jupyterlab/settingregistry": "^4.2.5",
"@jupyterlab/statedb": "^4.2.5",
"@lumino/coreutils": "^2.1.2"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0",
"@jupyterlab/testutils": "^4.0.0",
"@jupyterlab/builder": "^4.2.5",
"@jupyterlab/testutils": "^4.2.5",
"@types/jest": "^29.2.0",
"@types/json-schema": "^7.0.11",
"@types/react": "^18.0.26",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0,<5", "hatch-nodejs-version>=0.3.2"]
requires = ["hatchling>=1.5.0", "jupyterlab>=4.2.5,<5", "hatch-nodejs-version>=0.3.2"]
build-backend = "hatchling.build"

[project]
Expand Down Expand Up @@ -67,7 +67,7 @@ version_cmd = "hatch version"

[tool.jupyter-releaser.hooks]
before-build-npm = [
"python -m pip install 'jupyterlab>=4.0.0,<5'",
"python -m pip install 'jupyterlab>=4.2.5,<5'",
"jlpm",
"jlpm build:prod"
]
Expand Down
Loading

0 comments on commit 039210a

Please sign in to comment.