From be3a7e95427ec1f58e23371b2aa9e99eb3f21fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Aug 2021 20:36:50 +0000 Subject: [PATCH] Bump notebook from 6.3.0 to 6.4.1 in /tljh Bumps [notebook](http://jupyter.org) from 6.3.0 to 6.4.1. --- updated-dependencies: - dependency-name: notebook dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tljh/requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/requirements-base.txt b/tljh/requirements-base.txt index 8aee11e..2984649 100644 --- a/tljh/requirements-base.txt +++ b/tljh/requirements-base.txt @@ -3,7 +3,7 @@ # JupyterHub + notebook package are base requirements for user environment jupyterhub==1.4.0 -notebook==6.3.0 +notebook==6.4.1 # Install additional notebook frontends! jupyterlab==3.* nteract-on-jupyter==2.1.*