-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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-actions
user to open the PR
- some logic to bump the dependency on the
jupyterlab
Python 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