From 0acc316da4210cada2ee241006f9a2a26c9b2b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:13:32 +0100 Subject: [PATCH] Bump jupyterlab from 4.3.2 to 4.3.3 (#382) Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/@jupyterlab/lsp@4.3.3/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.3.2...@jupyterlab/lsp@4.3.3) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ff2523..bbd5c75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "ipywidgets==8.1.5", "isort==5.13.2", "jedi-language-server==0.42.0", - "jupyterlab==4.3.2", + "jupyterlab==4.3.3", "jupyterlab-lsp==5.1.0", "jupyterlab_code_formatter==3.0.2", "jupyterlab_widgets==3.0.13",