Skip to content

Commit

Permalink
Merge pull request #3551 from jupyterhub/update-jupyterhub
Browse files Browse the repository at this point in the history
Update jupyterhub from 5.2.0 to 5.2.1
  • Loading branch information
consideRatio authored Oct 21, 2024
2 parents c277b0b + cfafef2 commit 92ef726
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 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==5.2.0
jupyterhub==5.2.1

## Authenticators
jupyterhub-firstuseauthenticator>=1
Expand Down
14 changes: 7 additions & 7 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via requests
cryptography==43.0.1
cryptography==43.0.3
# via
# certipy
# pyjwt
Expand Down Expand Up @@ -79,7 +79,7 @@ jsonschema-specifications==2024.10.1
# via jsonschema
jupyter-events==0.10.0
# via jupyterhub
jupyterhub==5.2.0
jupyterhub==5.2.1
# via
# -r requirements.in
# jupyterhub-firstuseauthenticator
Expand Down Expand Up @@ -110,7 +110,7 @@ ldap3==2.9.1
# via jupyterhub-ldapauthenticator
mako==1.3.5
# via alembic
markupsafe==3.0.1
markupsafe==3.0.2
# via
# jinja2
# mako
Expand Down Expand Up @@ -140,7 +140,7 @@ prometheus-client==0.21.0
# via jupyterhub
propcache==0.2.0
# via yarl
psycopg2==2.9.9
psycopg2==2.9.10
# via -r requirements.in
pyasn1==0.6.1
# via
Expand Down Expand Up @@ -210,15 +210,15 @@ rsa==4.9
# via google-auth
ruamel-yaml==0.18.6
# via oauthenticator
ruamel-yaml-clib==0.2.8
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
six==1.16.0
# via
# kubernetes-asyncio
# onetimepass
# python-dateutil
# rfc3339-validator
sqlalchemy==2.0.35
sqlalchemy==2.0.36
# via
# alembic
# jupyterhub
Expand Down Expand Up @@ -259,5 +259,5 @@ urllib3==2.2.3
# requests
webcolors==24.8.0
# via jsonschema
yarl==1.14.0
yarl==1.15.5
# via aiohttp
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==5.2.0
jupyterhub==5.2.1

# UI
jupyterlab
Expand Down
14 changes: 7 additions & 7 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ alembic==1.13.3
# via jupyterhub
annotated-types==0.7.0
# via pydantic
anyio==4.6.0
anyio==4.6.2.post1
# via
# httpx
# jupyter-server
Expand Down Expand Up @@ -47,7 +47,7 @@ charset-normalizer==3.4.0
# via requests
comm==0.2.2
# via ipykernel
cryptography==43.0.1
cryptography==43.0.3
# via certipy
debugpy==1.8.7
# via ipykernel
Expand Down Expand Up @@ -135,7 +135,7 @@ jupyter-server==2.14.2
# notebook-shim
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterhub==5.2.0
jupyterhub==5.2.1
# via -r requirements.in
jupyterlab==4.2.5
# via -r requirements.in
Expand All @@ -145,7 +145,7 @@ jupyterlab-server==2.27.3
# via jupyterlab
mako==1.3.5
# via alembic
markupsafe==3.0.1
markupsafe==3.0.2
# via
# jinja2
# mako
Expand Down Expand Up @@ -205,7 +205,7 @@ prometheus-client==0.21.0
# jupyterhub
prompt-toolkit==3.0.48
# via ipython
psutil==6.0.0
psutil==6.1.0
# via ipykernel
ptyprocess==0.7.0
# via
Expand Down Expand Up @@ -272,7 +272,7 @@ sniffio==1.3.1
# httpx
soupsieve==2.6
# via beautifulsoup4
sqlalchemy==2.0.35
sqlalchemy==2.0.36
# via
# alembic
# jupyterhub
Expand Down Expand Up @@ -332,5 +332,5 @@ websocket-client==1.8.0
# via jupyter-server

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.1.0
setuptools==75.2.0
# via jupyterlab
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: "5.2.0"
appVersion: "5.2.1"
description: Multi-user Jupyter installation
keywords: [jupyter, jupyterhub, z2jh]
home: https://z2jh.jupyter.org
Expand Down

0 comments on commit 92ef726

Please sign in to comment.