From 480eb274ccb0402e8a409178a7d79046b144c6d7 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Tue, 24 Nov 2020 16:30:53 +0200 Subject: [PATCH 1/2] Bump a few of the dependencies --- tljh/requirements-base.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tljh/requirements-base.txt b/tljh/requirements-base.txt index 9312b44..5681d60 100644 --- a/tljh/requirements-base.txt +++ b/tljh/requirements-base.txt @@ -2,13 +2,13 @@ # pinning only direct dependencies is a recipe for broken environments! # JupyterHub + notebook package are base requirements for user environment -jupyterhub==1.0.* -notebook==6.0.* +jupyterhub==1.2.* +notebook==6.1.* # Install additional notebook frontends! jupyterlab==2.* nteract-on-jupyter==2.1.* # nbgitpuller for easily pulling in Git repositories -nbgitpuller==0.7.* +nbgitpuller==0.9.* # nbresuse to show people how much RAM they are using nbresuse==0.3.* # Most people consider ipywidgets to be part of the core notebook experience From 6925279d59a6ef7f6d4a93a1428edf0cf68960a7 Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Mon, 14 Dec 2020 10:14:51 +0200 Subject: [PATCH 2/2] Update test with new nbgitpuller version --- integration-tests/test_extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/test_extensions.py b/integration-tests/test_extensions.py index 879dbca..319dc4b 100644 --- a/integration-tests/test_extensions.py +++ b/integration-tests/test_extensions.py @@ -14,7 +14,7 @@ def test_serverextensions(): extensions = [ 'jupyterlab 2.', - 'nbgitpuller 0.7.', + 'nbgitpuller 0.9.', 'nteract_on_jupyter 2.1.', 'nbresuse ' ]