From bc8a45f3b1ef556e493ad80a1446eec4e74b5706 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:34:11 +0000 Subject: [PATCH] Bump jupyterhub from 1.1.0 to 1.5.0 in /resources/libraries Bumps [jupyterhub](https://github.com/jupyterhub/jupyterhub) from 1.1.0 to 1.5.0. - [Changelog](https://github.com/jupyterhub/jupyterhub/blob/main/RELEASE.md) - [Commits](https://github.com/jupyterhub/jupyterhub/compare/1.1.0...1.5.0) --- updated-dependencies: - dependency-name: jupyterhub dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- resources/libraries/requirements-minimal.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/libraries/requirements-minimal.txt b/resources/libraries/requirements-minimal.txt index 1ef53a78..60ed2cb0 100644 --- a/resources/libraries/requirements-minimal.txt +++ b/resources/libraries/requirements-minimal.txt @@ -37,7 +37,7 @@ tensorboard==2.0.0 # TensorBoard lets you watch Tensors Flow jupytext==1.5.2 # Jupyter notebooks as Markdown documents, Julia, Python or R scripts nbresuse==0.3.6 # Simple Jupyter extension to show how much resources (RAM) your notebook is using ipympl==0.5.7 # Matplotlib Jupyter Extension -jupyterhub==1.1.0 # JupyterHub: A multi-user server for Jupyter notebooks +jupyterhub==1.5.0 # JupyterHub: A multi-user server for Jupyter notebooks remote_ikernel==0.4.6 # Running IPython kernels through batch queues jupyter_contrib_nbextensions==0.5.1 # A collection of Jupyter nbextensions. jupyter_nbextensions_configurator==0.4.1 # jupyter serverextension providing configuration interfaces for nbextensions.