From 2a4f9e5d29cdcab2b16660f0df60996e1022b270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 06:43:34 +0000 Subject: [PATCH] MAINT: Bump jupyterlab from 4.0.6 to 4.1.2 Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.6 to 4.1.2. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.0.6...@jupyterlab/lsp@4.1.2) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d29dfc3e..e2c0abde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ doc = [ "sphinx_design", "jupytext", "ipython==8.16.1", - "jupyterlab==4.0.6", + "jupyterlab==4.1.2", ] [tool.flit.module]