From 39e9f02424cace92d28d25c4a2e830f7a422ec8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 16:50:00 +0100 Subject: [PATCH] chore(deps): bump jupyterlab in the pip group across 1 directory (#6) Bumps the pip group with 1 update in the / directory: [jupyterlab](https://github.com/jupyterlab/jupyterlab). Updates `jupyterlab` from 4.1.0b0 to 4.2.5 - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.2.5/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.1.0-beta.0...@jupyterlab/lsp@4.2.5) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 755e43b..03001e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["hatchling==1.21.1", "jupyterlab==4.1.0b0", "hatch-nodejs-version"] +requires = ["hatchling==1.21.1", "jupyterlab==4.2.5", "hatch-nodejs-version"] build-backend = "hatchling.build" [project] @@ -27,7 +27,7 @@ dependencies = [ "jupyter_collaboration==1.1.0", "jupyter_server>=2.0,<3", "jupyter_ydoc==1.1.0a0", - "jupyterlab==4.1.0b0", + "jupyterlab==4.2.5", "uvicorn", "websockets", "y_py==0.6.0",