<!-- Welcome! Thanks for thinking of a way to improve JupyterLite. If this solves a problem for you, then it probably solves that problem for lots of people! So the whole community will benefit from this request. Before creating a new feature request please search the issues for relevant feature requests. --> ### Problem For now we manually update this repo to bump the version of `jupyterlite` when there is a new release. For example: https://github.com/jupyterlite/demo/pull/43 It would be great if this could be automated instead. <!-- Provide a clear and concise description of what problem this feature will solve. For example: * I'm always frustrated when [...] because [...] * I would like it if [...] happened when I [...] because [...] --> ### Proposed Solution Probably just parsing and writing to `requirements.txt` should be enough for now. <!-- Provide a clear and concise description of a way to accomplish what you want. For example: * Add an option so that when [...] [...] will happen --> ### Additional context JupyterLab Desktop has a workflow to do that with JupyterLab releases: https://github.com/jupyterlab/jupyterlab-desktop/blob/master/.github/workflows/sync_lab_release.yml <!-- Add any other context or screenshots about the feature request here. You can also include links to examples of other programs that have something similar to your request. For example: * Another project [...] solved this by [...] -->