From 55be3b1e4a3d57e2e231bf010d18c62c82512ccf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 09:47:08 +0000 Subject: [PATCH] MAINT: Bump jupyterlab from 4.0.5 to 4.0.6 (#3571) Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.5 to 4.0.6. - [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.5...@jupyterlab/lsp@4.0.6) --- 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 eca782a8b23..00b1fba4579 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ doc = [ "ipython==8.15.0; python_version >= '3.9'", "ipywidgets==8.1.1", "joblib==1.3.2", - "jupyterlab==4.0.5", + "jupyterlab==4.0.6", "matplotlib==3.5.3; python_version <= '3.7'", "matplotlib==3.7.3; python_version > '3.7'", "nbsphinx==0.9.3",