- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.5k
Closed
Labels
Milestone
Description
Tracking improvements for the workflow to update to newer JupyterLab versions: https://github.com/jupyter/notebook/actions/workflows/upgrade-juypterlab-dependencies.yml
The workflow was originally added in #7281.
- open the PR automatically
- use the github-actionsuser to open the PR
- some logic to bump the dependency on the jupyterlabPython package. At least when we update to a new minor version. Or make that configurable in the workflow.
Line 2 in c0ddf01
| requires = ["hatchling>=1.11", "jupyterlab>=4.3.2,<4.4"] | 
Line 35 in c0ddf01
| "jupyterlab>=4.3.2,<4.4", | 
Example PR which updated to a patch release: https://github.com/jupyter/notebook/pull/7527/files
