From 86a4bb67c87f977cd693fbf521c164f0cdbc7d40 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 1 Aug 2023 06:12:05 +0000 Subject: [PATCH] Update Notebook, JupyterLab, Jupyter Resource Usage --- tljh/requirements-user-env-extras.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tljh/requirements-user-env-extras.txt b/tljh/requirements-user-env-extras.txt index 7f27c70..020779b 100644 --- a/tljh/requirements-user-env-extras.txt +++ b/tljh/requirements-user-env-extras.txt @@ -8,11 +8,11 @@ # the requirements-txt-fixer pre-commit hook that sorted them and made # our integration tests fail. # -notebook==6.* -jupyterlab==3.* +notebook==7.* +jupyterlab==4.* # nbgitpuller for easily pulling in Git repositories nbgitpuller==1.* # jupyter-resource-usage to show people how much RAM they are using -jupyter-resource-usage==0.7.* +jupyter-resource-usage==1.* # Most people consider ipywidgets to be part of the core notebook experience ipywidgets==8.*