diff --git a/pyproject.toml b/pyproject.toml index 69a29ba2c4..b798ab9f6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -175,7 +175,7 @@ version-cmd = "jlpm run release:bump --force --skip-commit" [tool.jupyter-releaser.hooks] before-bump-version = [ - "python -m pip install --pre -U jupyterlab", + "python -m pip install -U jupyterlab>=4.1.1,<4.2", "jlpm", "jlpm run build:utils", "python -m pip install hatch"