From 71c2806142e7d0334d0390b0c6540f189b7f615a Mon Sep 17 00:00:00 2001 From: JupterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> Date: Sat, 23 Mar 2024 16:26:18 +0000 Subject: [PATCH] Update jupyterhub from 4.1.0 to 4.1.1 --- images/hub/requirements.in | 2 +- images/hub/requirements.txt | 4 ++-- images/singleuser-sample/requirements.in | 2 +- images/singleuser-sample/requirements.txt | 4 ++-- jupyterhub/Chart.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/images/hub/requirements.in b/images/hub/requirements.in index 93d6591969..f25fdb23af 100644 --- a/images/hub/requirements.in +++ b/images/hub/requirements.in @@ -7,7 +7,7 @@ # JupyterHub itself, update this version pinning by running the workflow # mentioned above. -jupyterhub==4.1.0 +jupyterhub==4.1.1 ## Authenticators jupyterhub-firstuseauthenticator>=1 diff --git a/images/hub/requirements.txt b/images/hub/requirements.txt index e8e115f7fb..1f8665fc36 100644 --- a/images/hub/requirements.txt +++ b/images/hub/requirements.txt @@ -61,7 +61,7 @@ jsonschema-specifications==2023.12.1 # via jsonschema jupyter-telemetry==0.1.0 # via jupyterhub -jupyterhub==4.1.0 +jupyterhub==4.1.1 # via # -r requirements.in # jupyterhub-firstuseauthenticator @@ -164,7 +164,7 @@ requests==2.31.0 # mwoauth # oauthenticator # requests-oauthlib -requests-oauthlib==1.4.0 +requests-oauthlib==2.0.0 # via mwoauth rpds-py==0.18.0 # via diff --git a/images/singleuser-sample/requirements.in b/images/singleuser-sample/requirements.in index 1ceed410a1..c146f7e373 100644 --- a/images/singleuser-sample/requirements.in +++ b/images/singleuser-sample/requirements.in @@ -7,7 +7,7 @@ # JupyterHub itself, update this version pinning by running the workflow # mentioned above. -jupyterhub==4.1.0 +jupyterhub==4.1.1 # UI jupyterlab diff --git a/images/singleuser-sample/requirements.txt b/images/singleuser-sample/requirements.txt index 92b533156d..f6dc204ee2 100644 --- a/images/singleuser-sample/requirements.txt +++ b/images/singleuser-sample/requirements.txt @@ -141,7 +141,7 @@ jupyter-server-terminals==0.5.3 # via jupyter-server jupyter-telemetry==0.1.0 # via jupyterhub -jupyterhub==4.1.0 +jupyterhub==4.1.1 # via -r requirements.in jupyterlab==4.1.5 # via -r requirements.in @@ -166,7 +166,7 @@ nbclassic==1.0.0 # via -r requirements.in nbclient==0.10.0 # via nbconvert -nbconvert==7.16.2 +nbconvert==7.16.3 # via # jupyter-server # nbclassic diff --git a/jupyterhub/Chart.yaml b/jupyterhub/Chart.yaml index 5cd3ffa531..843aa0beda 100644 --- a/jupyterhub/Chart.yaml +++ b/jupyterhub/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: jupyterhub version: 0.0.1-set.by.chartpress -appVersion: "4.1.0" +appVersion: "4.1.1" description: Multi-user Jupyter installation keywords: [jupyter, jupyterhub, z2jh] home: https://z2jh.jupyter.org