From 2d7bb8d55f32c21da862966fa66c1dd2b4336a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 01:40:47 +0000 Subject: [PATCH] Bump jupyterlab from 4.0.13 to 4.2.5 Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.13 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.0.13...@jupyterlab/lsp@4.2.5) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.2.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 79288b3..36e2614 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,7 +53,7 @@ jupyter==1.0.0 ; python_version >= "3.9" and python_version < "4.0" jupyterlab-pygments==0.3.0 ; python_version >= "3.9" and python_version < "4.0" jupyterlab-server==2.27.2 ; python_version >= "3.9" and python_version < "4.0" jupyterlab-widgets==3.0.11 ; python_version >= "3.9" and python_version < "4.0" -jupyterlab==4.0.13 ; python_version >= "3.9" and python_version < "4.0" +jupyterlab==4.2.5 ; python_version >= "3.9" and python_version < "4.0" markupsafe==2.1.5 ; python_version >= "3.9" and python_version < "4.0" matplotlib-inline==0.1.7 ; python_version >= "3.9" and python_version < "4.0" mistune==3.0.2 ; python_version >= "3.9" and python_version < "4.0"