From 6b46b03e1a2775ecfbd49a00eb210a80d1749bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 21:13:18 +0000 Subject: [PATCH] Bump jupyterlab from 3.0.17 to 3.6.7 in /tutorials/data-deduplication Bumps [jupyterlab](https://github.com/jupyterlab/jupyterlab) from 3.0.17 to 3.6.7. - [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/metapackage@3.0.17...@jupyterlab/vdom@3.6.7) --- updated-dependencies: - dependency-name: jupyterlab dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tutorials/data-deduplication/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/data-deduplication/requirements.txt b/tutorials/data-deduplication/requirements.txt index a439a5c..9b2675f 100644 --- a/tutorials/data-deduplication/requirements.txt +++ b/tutorials/data-deduplication/requirements.txt @@ -1,3 +1,3 @@ recordlinkage==0.14 -jupyterlab==3.0.17 +jupyterlab==3.6.7 clumper==0.2.15