From 586da88b385bdf8b0d3b3e030f13c8a30cf6594e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:35:29 +0000 Subject: [PATCH] Bump jupyterlab from 0.31.1 to 1.2.21 in /tools/kedro/tutorial/src Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 0.31.1 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] --- tools/kedro/tutorial/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kedro/tutorial/src/requirements.txt b/tools/kedro/tutorial/src/requirements.txt index 5b28eeb..4ccbd37 100644 --- a/tools/kedro/tutorial/src/requirements.txt +++ b/tools/kedro/tutorial/src/requirements.txt @@ -4,7 +4,7 @@ ipython>=7.0.0, <8.0 isort>=4.3.21, <5.0 jupyter>=1.0.0, <2.0 jupyter_client>=5.1.0, <6.0 -jupyterlab==0.31.1 +jupyterlab==1.2.21 kedro[pandas.CSVDataSet]==0.16.1 nbstripout==0.3.3 pytest-cov>=2.5, <3.0