Skip to content

Commit

Permalink
Update jupyterhub from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterhub-bot authored and consideRatio committed Mar 23, 2024
1 parent 61e5cd3 commit 71c2806
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion images/hub/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion images/singleuser-sample/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71c2806

Please sign in to comment.