Skip to content

Commit

Permalink
Update upgrade-lab-dependencies.py
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmevichu committed Feb 27, 2024
1 parent dbc615e commit 2fb9d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upgrade-lab-dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
DEPENDENCY_NAME = "@jupyterlab"

def update_package_json(new_version):
url = f'https://api.github.com/repos/{owner}/{repository}/releases'
url = f'https://raw.githubusercontent.com/jupyterlab/jupyterlab/v{new_version}/jupyterlab/staging/package.json'

response = requests.get(url)

Expand Down

0 comments on commit 2fb9d89

Please sign in to comment.