From e194d059ad4c7d1568e3ba365efdf85dc8fa3ff4 Mon Sep 17 00:00:00 2001 From: JupterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> Date: Sat, 25 May 2024 05:02:54 +0000 Subject: [PATCH] Update jupyterhub from 5.0.0b2 to 5.0.0 --- images/hub/requirements.in | 2 +- images/hub/requirements.txt | 10 +++--- images/singleuser-sample/requirements.in | 2 +- images/singleuser-sample/requirements.txt | 42 +++++++---------------- jupyterhub/Chart.yaml | 2 +- 5 files changed, 21 insertions(+), 37 deletions(-) diff --git a/images/hub/requirements.in b/images/hub/requirements.in index 3cd0221e2a..a5323a176a 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==5.0.0b2 +jupyterhub==5.0.0 ## Authenticators jupyterhub-firstuseauthenticator>=1 diff --git a/images/hub/requirements.txt b/images/hub/requirements.txt index 828e3d28a3..0bc89ce018 100644 --- a/images/hub/requirements.txt +++ b/images/hub/requirements.txt @@ -10,7 +10,7 @@ aiosignal==1.3.1 # via aiohttp alembic==1.13.1 # via jupyterhub -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic arrow==1.3.0 # via isoduration @@ -71,7 +71,7 @@ jsonschema-specifications==2023.12.1 # via jsonschema jupyter-events==0.10.0 # via jupyterhub -jupyterhub==5.0.0b2 +jupyterhub==5.0.0 # via # -r requirements.in # jupyterhub-firstuseauthenticator @@ -101,7 +101,7 @@ kubernetes-asyncio==29.0.0 # via jupyterhub-kubespawner ldap3==2.9.1 # via jupyterhub-ldapauthenticator -mako==1.3.3 +mako==1.3.5 # via alembic markupsafe==2.1.5 # via @@ -175,7 +175,7 @@ referencing==0.35.1 # jsonschema # jsonschema-specifications # jupyter-events -requests==2.31.0 +requests==2.32.2 # via # jupyterhub # mwoauth @@ -232,7 +232,7 @@ traitlets==5.14.3 # oauthenticator types-python-dateutil==2.9.0.20240316 # via arrow -typing-extensions==4.11.0 +typing-extensions==4.12.0 # via # alembic # pydantic diff --git a/images/singleuser-sample/requirements.in b/images/singleuser-sample/requirements.in index 758e9364d2..d82838c615 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==5.0.0b2 +jupyterhub==5.0.0 # UI jupyterlab diff --git a/images/singleuser-sample/requirements.txt b/images/singleuser-sample/requirements.txt index ebfe637578..d03b11c8d7 100644 --- a/images/singleuser-sample/requirements.txt +++ b/images/singleuser-sample/requirements.txt @@ -6,16 +6,14 @@ # alembic==1.13.1 # via jupyterhub -annotated-types==0.6.0 +annotated-types==0.7.0 # via pydantic anyio==4.3.0 # via # httpx # jupyter-server argon2-cffi==23.1.0 - # via - # jupyter-server - # nbclassic + # via jupyter-server argon2-cffi-bindings==21.2.0 # via argon2-cffi arrow==1.3.0 @@ -96,7 +94,6 @@ jinja2==3.1.4 # jupyterhub # jupyterlab # jupyterlab-server - # nbclassic # nbconvert json5==0.9.25 # via jupyterlab-server @@ -110,11 +107,10 @@ jsonschema[format-nongpl]==4.22.0 # nbformat jsonschema-specifications==2023.12.1 # via jsonschema -jupyter-client==8.6.1 +jupyter-client==8.6.2 # via # ipykernel # jupyter-server - # nbclassic # nbclient jupyter-core==5.7.2 # via @@ -122,7 +118,6 @@ jupyter-core==5.7.2 # jupyter-client # jupyter-server # jupyterlab - # nbclassic # nbclient # nbconvert # nbformat @@ -137,20 +132,19 @@ jupyter-server==2.14.0 # jupyter-lsp # jupyterlab # jupyterlab-server - # nbclassic # nbgitpuller # notebook-shim jupyter-server-terminals==0.5.3 # via jupyter-server -jupyterhub==5.0.0b2 +jupyterhub==5.0.0 # via -r requirements.in -jupyterlab==4.2.0 +jupyterlab==4.2.1 # via -r requirements.in jupyterlab-pygments==0.3.0 # via nbconvert -jupyterlab-server==2.27.1 +jupyterlab-server==2.27.2 # via jupyterlab -mako==1.3.3 +mako==1.3.5 # via alembic markupsafe==2.1.5 # via @@ -163,18 +157,15 @@ matplotlib-inline==0.1.7 # ipython mistune==3.0.2 # via nbconvert -nbclassic==1.0.0 +nbclassic==1.1.0 # via -r requirements.in nbclient==0.10.0 # via nbconvert nbconvert==7.16.4 - # via - # jupyter-server - # nbclassic + # via jupyter-server nbformat==5.10.4 # via # jupyter-server - # nbclassic # nbclient # nbconvert nbgitpuller==1.2.1 @@ -207,13 +198,12 @@ parso==0.8.4 # via jedi pexpect==4.9.0 # via ipython -platformdirs==4.2.1 +platformdirs==4.2.2 # via jupyter-core prometheus-client==0.20.0 # via # jupyter-server # jupyterhub - # nbclassic prompt-toolkit==3.0.43 # via ipython psutil==5.9.8 @@ -250,13 +240,12 @@ pyzmq==26.0.3 # ipykernel # jupyter-client # jupyter-server - # nbclassic referencing==0.35.1 # via # jsonschema # jsonschema-specifications # jupyter-events -requests==2.31.0 +requests==2.32.2 # via # jupyterhub # jupyterlab-server @@ -273,9 +262,7 @@ rpds-py==0.18.1 # jsonschema # referencing send2trash==1.8.3 - # via - # jupyter-server - # nbclassic + # via jupyter-server six==1.16.0 # via # asttokens @@ -298,7 +285,6 @@ terminado==0.18.1 # via # jupyter-server # jupyter-server-terminals - # nbclassic tinycss2==1.3.0 # via nbconvert tornado==6.4 @@ -308,7 +294,6 @@ tornado==6.4 # jupyter-server # jupyterhub # jupyterlab - # nbclassic # nbgitpuller # terminado traitlets==5.14.3 @@ -323,13 +308,12 @@ traitlets==5.14.3 # jupyterhub # jupyterlab # matplotlib-inline - # nbclassic # nbclient # nbconvert # nbformat types-python-dateutil==2.9.0.20240316 # via arrow -typing-extensions==4.11.0 +typing-extensions==4.12.0 # via # alembic # ipython diff --git a/jupyterhub/Chart.yaml b/jupyterhub/Chart.yaml index 674204b0a0..3738f3a017 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: "5.0.0b2" +appVersion: "5.0.0" description: Multi-user Jupyter installation keywords: [jupyter, jupyterhub, z2jh] home: https://z2jh.jupyter.org