From 8ad3c1a0c575609b99818255e610d039a408b0d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 19:42:16 +0000 Subject: [PATCH] Bump jupyterlab from 1.2.3 to 1.2.21 in /minimal-notebook Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 1.2.3 to 1.2.21. - [Release notes](https://github.com/jupyterlab/jupyterlab/releases) - [Changelog](https://github.com/jupyterlab/jupyterlab/blob/master/CHANGELOG.md) - [Commits](https://github.com/jupyterlab/jupyterlab/commits) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- minimal-notebook/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimal-notebook/requirements.txt b/minimal-notebook/requirements.txt index 1e76c3bd..eb36d055 100644 --- a/minimal-notebook/requirements.txt +++ b/minimal-notebook/requirements.txt @@ -1,6 +1,6 @@ notebook==6.0.2 jupyterhub==1.0.0 -jupyterlab==1.2.3 +jupyterlab==1.2.21 jupyter_kernel_gateway==2.4.0 dask<2.7.0; python_version < "3.6" dask==2.8.1; python_version >= "3.6"