From 4b61bce52238230a14fcc07272d87f3c4e0d7649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 19:42:18 +0000 Subject: [PATCH] Bump notebook from 6.0.2 to 6.4.1 in /minimal-notebook Bumps [notebook](https://github.com/jupyter/jupyterhub) from 6.0.2 to 6.4.1. - [Release notes](https://github.com/jupyter/jupyterhub/releases) - [Changelog](https://github.com/jupyterhub/jupyterhub/blob/main/CHECKLIST-Release.md) - [Commits](https://github.com/jupyter/jupyterhub/commits) --- updated-dependencies: - dependency-name: notebook 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..bc9833ca 100644 --- a/minimal-notebook/requirements.txt +++ b/minimal-notebook/requirements.txt @@ -1,4 +1,4 @@ -notebook==6.0.2 +notebook==6.4.1 jupyterhub==1.0.0 jupyterlab==1.2.3 jupyter_kernel_gateway==2.4.0