From d438ccee0958fd2dfe38ed46c434c293560c7cb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 15:07:10 +0000 Subject: [PATCH] Bump jupyterlab from 4.3.4 to 4.4.8 in /ds-round-trip Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.3.4 to 4.4.8. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.3.4...@jupyterlab/lsp@4.4.8) --- updated-dependencies: - dependency-name: jupyterlab dependency-version: 4.4.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ds-round-trip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ds-round-trip/requirements.txt b/ds-round-trip/requirements.txt index 7f3c4fb..b6927ea 100644 --- a/ds-round-trip/requirements.txt +++ b/ds-round-trip/requirements.txt @@ -54,7 +54,7 @@ jupyter==1.1.1 ; python_version >= "3.10" and python_version < "4.0" jupyterlab-pygments==0.3.0 ; python_version >= "3.10" and python_version < "4.0" jupyterlab-server==2.27.3 ; python_version >= "3.10" and python_version < "4.0" jupyterlab-widgets==3.0.13 ; python_version >= "3.10" and python_version < "4.0" -jupyterlab==4.3.4 ; python_version >= "3.10" and python_version < "4.0" +jupyterlab==4.4.8 ; python_version >= "3.10" and python_version < "4.0" markupsafe==3.0.2 ; python_version >= "3.10" and python_version < "4.0" matplotlib-inline==0.1.7 ; python_version >= "3.10" and python_version < "4.0" mistune==3.1.0 ; python_version >= "3.10" and python_version < "4.0"