Skip to content

Commit

Permalink
Update jupyterhub from 4.1.1 to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterhub-bot authored and consideRatio committed Mar 25, 2024
1 parent afc7fdb commit 1e0b929
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.1
jupyterhub==4.1.2

## 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.1
jupyterhub==4.1.2
# via
# -r requirements.in
# jupyterhub-firstuseauthenticator
Expand Down Expand Up @@ -181,7 +181,7 @@ six==1.16.0
# kubernetes-asyncio
# onetimepass
# python-dateutil
sqlalchemy==2.0.28
sqlalchemy==2.0.29
# via
# alembic
# jupyterhub
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.1
jupyterhub==4.1.2

# 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.1
jupyterhub==4.1.2
# via -r requirements.in
jupyterlab==4.1.5
# via -r requirements.in
Expand Down Expand Up @@ -289,7 +289,7 @@ sniffio==1.3.1
# httpx
soupsieve==2.5
# via beautifulsoup4
sqlalchemy==2.0.28
sqlalchemy==2.0.29
# via
# alembic
# jupyterhub
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.1"
appVersion: "4.1.2"
description: Multi-user Jupyter installation
keywords: [jupyter, jupyterhub, z2jh]
home: https://z2jh.jupyter.org
Expand Down

0 comments on commit 1e0b929

Please sign in to comment.