notebook
notebook copied to clipboard
Fix `dependabot` PRs
The latest dependabot PRs don't seem to be leaving CI in a green state, which is counter-productive as a maintainer would have to do the updates manually, or fix the CI for the PR.
For example:
- https://github.com/jupyter/notebook/pull/7603
- https://github.com/jupyter/notebook/pull/7604
This leads to manual PR such as:
- https://github.com/jupyter/notebook/pull/7605
- https://github.com/jupyter/notebook/pull/7599
So we should find a way to make sure dependabot properly bumps versions automatically.