Skip to content

Update workflow improvements #7545

Closed
Closed
@jtpio

Description

@jtpio

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

Image

  • 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.

requires = ["hatchling>=1.11", "jupyterlab>=4.3.2,<4.4"]

"jupyterlab>=4.3.2,<4.4",

Example PR which updated to a patch release: https://github.com/jupyter/notebook/pull/7527/files

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions