From 302740ab250ea7cb09f4ade979c8ae8f0b278fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 17:03:43 +0000 Subject: [PATCH] Bump jupyterlab from 4.0.1 to 4.0.2 Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 4.0.1 to 4.0.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.1...@jupyterlab/lsp@4.0.2) --- 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 713d01f29a..8872c38f77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ doc = [ "joblib==1.2.0", "scikit-learn==1.2.2", "ipython==8.14.0", - "jupyterlab==4.0.1", + "jupyterlab==4.0.2", ] [project.urls]