From 81de2d07422eb37a5e4a3b5463b7455bf67c20d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:27:48 +0000 Subject: [PATCH] build(deps): bump jupyterlab from 4.3.1 to 4.3.4 Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.3.1 to 4.3.4. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.3.4/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.3.1...@jupyterlab/lsp@4.3.4) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abd000d79..683cb15d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ doc = [ "joblib==1.4.2", "scikit-learn==1.6.0", "ipython==8.29.0", - "jupyterlab==4.3.1", + "jupyterlab==4.3.4", "sphinx-jinja==2.0.2", "sphinx-autoapi==3.4.0", "pyvista==0.44.1",