From a9c6e44350d469f297ce8f1ad57bebc64c205c41 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Tue, 17 Nov 2020 13:20:25 +0530 Subject: [PATCH] Upgrade nbresuse to not shadow /metrics Brings in https://github.com/yuvipanda/nbresuse/pull/68 so we can move towards getting prometheus metrics from notebooks. --- infra-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra-requirements.txt b/infra-requirements.txt index 5858416..f782460 100644 --- a/infra-requirements.txt +++ b/infra-requirements.txt @@ -14,7 +14,8 @@ nbconvert==5.6.1 nbformat==5.0.7 jupyterlab==2.2.4 nbgitpuller==0.9.0 -nbresuse==0.3.6 +# Temporary fix until https://github.com/yuvipanda/nbresuse/pull/68/commits/87c306f7a604e866e83c6b1f6d4cc8b4015143c6 is merged +git+https://github.com/yuvipanda/nbresuse.git@87c306f7a604e866e83c6b1f6d4cc8b4015143c6 jupyterhub==1.1.0 appmode==0.8.0 ipywidgets==7.5.1