From a7484f429e4228d4884472ab5adfe4f01b2cbd87 Mon Sep 17 00:00:00 2001 From: Yuvi Panda Date: Mon, 30 Aug 2021 18:58:29 +0530 Subject: [PATCH] Bump nbgitpuller version Brings in a security fix. See https://github.com/jupyterhub/nbgitpuller/security/advisories/GHSA-mq5p-2mcr-m52j --- 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..b51632a 100644 --- a/tljh/requirements-base.txt +++ b/tljh/requirements-base.txt @@ -9,7 +9,7 @@ jupyterlab==3.* nteract-on-jupyter==2.1.* # Install jupyterlab extensions from PyPI # nbgitpuller for easily pulling in Git repositories -nbgitpuller==0.9.* +nbgitpuller==0.10.2 # jupyter-resource-usage to show people how much RAM they are using jupyter-resource-usage==0.5.* # Most people consider ipywidgets to be part of the core notebook experience