Skip to content

Commit a266ea1

Browse files
authored
Merge pull request #3646 from jupyterhub/update-jupyterhub
Update jupyterhub from 5.2.1 to 5.3.0rc0
2 parents fd84198 + c5e9d16 commit a266ea1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

images/hub/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jsonschema-specifications==2024.10.1
7979
# via jsonschema
8080
jupyter-events==0.12.0
8181
# via jupyterhub
82-
jupyterhub==5.2.1
82+
jupyterhub==5.3.0rc0
8383
# via
8484
# -r unfrozen/requirements.txt
8585
# jupyterhub-firstuseauthenticator
@@ -114,7 +114,7 @@ markupsafe==3.0.2
114114
# via
115115
# jinja2
116116
# mako
117-
multidict==6.3.2
117+
multidict==6.2.0
118118
# via
119119
# aiohttp
120120
# yarl
@@ -156,7 +156,7 @@ pycparser==2.22
156156
# via cffi
157157
pycurl==7.45.6
158158
# via -r unfrozen/requirements.txt
159-
pydantic==2.11.2
159+
pydantic==2.11.3
160160
# via jupyterhub
161161
pydantic-core==2.33.1
162162
# via pydantic

images/hub/unfrozen/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99

1010
# JupyterHub itself
11-
jupyterhub==5.2.1
11+
jupyterhub==5.3.0rc0
1212

1313
# JupyterHub Spawner, kubernetes specific
1414
jupyterhub-kubespawner==7.*

images/singleuser-sample/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ipykernel==6.29.5
8080
# via
8181
# jupyterlab
8282
# nbclassic
83-
ipython==9.0.2
83+
ipython==9.1.0
8484
# via ipykernel
8585
ipython-genutils==0.2.0
8686
# via nbclassic
@@ -137,7 +137,7 @@ jupyter-server==2.15.0
137137
# notebook-shim
138138
jupyter-server-terminals==0.5.3
139139
# via jupyter-server
140-
jupyterhub==5.2.1
140+
jupyterhub==5.3.0rc0
141141
# via -r unfrozen/requirements.txt
142142
jupyterlab==4.4.0
143143
# via -r unfrozen/requirements.txt
@@ -218,7 +218,7 @@ pure-eval==0.2.3
218218
# via stack-data
219219
pycparser==2.22
220220
# via cffi
221-
pydantic==2.11.2
221+
pydantic==2.11.3
222222
# via jupyterhub
223223
pydantic-core==2.33.1
224224
# via pydantic

images/singleuser-sample/unfrozen/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# JupyterHub itself, update this version pinning by running the workflow
99
# mentioned above.
10-
jupyterhub==5.2.1
10+
jupyterhub==5.3.0rc0
1111

1212
# UI
1313
jupyterlab

jupyterhub/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v2
33
name: jupyterhub
44
version: 0.0.1-set.by.chartpress
5-
appVersion: "5.2.1"
5+
appVersion: "5.3.0rc0"
66
description: Multi-user Jupyter installation
77
keywords: [jupyter, jupyterhub, z2jh]
88
home: https://z2jh.jupyter.org

0 commit comments

Comments
 (0)