File tree Expand file tree Collapse file tree 5 files changed +18
-18
lines changed Expand file tree Collapse file tree 5 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ alembic==1.17.0
1414 # via jupyterhub
1515annotated-types == 0.7.0
1616 # via pydantic
17- arrow == 1.3 .0
17+ arrow == 1.4 .0
1818 # via isoduration
1919attrs == 25.4.0
2020 # via
@@ -79,7 +79,7 @@ jsonschema-specifications==2025.9.1
7979 # via jsonschema
8080jupyter-events == 0.12.0
8181 # via jupyterhub
82- jupyterhub == 5.4.1
82+ jupyterhub == 5.4.2
8383 # via
8484 # -r unfrozen/requirements.txt
8585 # jupyterhub-firstuseauthenticator
@@ -209,13 +209,13 @@ rfc3986-validator==0.1.1
209209 # jupyter-events
210210rfc3987-syntax == 1.1.0
211211 # via jsonschema
212- rpds-py == 0.27.1
212+ rpds-py == 0.28.0
213213 # via
214214 # jsonschema
215215 # referencing
216216rsa == 4.9.1
217217 # via google-auth
218- ruamel-yaml == 0.18.15
218+ ruamel-yaml == 0.18.16
219219 # via oauthenticator
220220ruamel-yaml-clib == 0.2.14
221221 # via ruamel-yaml
@@ -249,8 +249,6 @@ traitlets==5.14.3
249249 # jupyterhub-ldapauthenticator
250250 # jupyterhub-ltiauthenticator
251251 # oauthenticator
252- types-python-dateutil == 2.9.0.20251008
253- # via arrow
254252typing-extensions == 4.15.0
255253 # via
256254 # aiosignal
@@ -262,6 +260,8 @@ typing-extensions==4.15.0
262260 # typing-inspection
263261typing-inspection == 0.4.2
264262 # via pydantic
263+ tzdata == 2025.2
264+ # via arrow
265265uri-template == 1.3.0
266266 # via jsonschema
267267urllib3 == 2.5.0
Original file line number Diff line number Diff line change 88#
99
1010# JupyterHub itself
11- jupyterhub == 5.4.1
11+ jupyterhub == 5.4.2
1212
1313# JupyterHub Spawner, kubernetes specific
1414jupyterhub-kubespawner == 7.*
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ argon2-cffi==25.1.0
1616 # via jupyter-server
1717argon2-cffi-bindings == 25.1.0
1818 # via argon2-cffi
19- arrow == 1.3 .0
19+ arrow == 1.4 .0
2020 # via isoduration
2121asttokens == 3.0.0
2222 # via stack-data
@@ -137,13 +137,13 @@ jupyter-server==2.17.0
137137 # notebook-shim
138138jupyter-server-terminals == 0.5.3
139139 # via jupyter-server
140- jupyterhub == 5.4.1
140+ jupyterhub == 5.4.2
141141 # via -r unfrozen/requirements.txt
142- jupyterlab == 4.4.9
142+ jupyterlab == 4.4.10
143143 # via -r unfrozen/requirements.txt
144144jupyterlab-pygments == 0.3.0
145145 # via nbconvert
146- jupyterlab-server == 2.27.3
146+ jupyterlab-server == 2.28.0
147147 # via jupyterlab
148148lark == 1.3.0
149149 # via rfc3987-syntax
@@ -154,7 +154,7 @@ markupsafe==3.0.3
154154 # jinja2
155155 # mako
156156 # nbconvert
157- matplotlib-inline == 0.1.7
157+ matplotlib-inline == 0.2.1
158158 # via
159159 # ipykernel
160160 # ipython
@@ -208,7 +208,7 @@ prometheus-client==0.23.1
208208 # jupyterhub
209209prompt-toolkit == 3.0.52
210210 # via ipython
211- psutil == 7.1.0
211+ psutil == 7.1.1
212212 # via ipykernel
213213ptyprocess == 0.7.0
214214 # via
@@ -260,7 +260,7 @@ rfc3986-validator==0.1.1
260260 # jupyter-events
261261rfc3987-syntax == 1.1.0
262262 # via jsonschema
263- rpds-py == 0.27.1
263+ rpds-py == 0.28.0
264264 # via
265265 # jsonschema
266266 # referencing
@@ -309,8 +309,6 @@ traitlets==5.14.3
309309 # nbclient
310310 # nbconvert
311311 # nbformat
312- types-python-dateutil == 2.9.0.20251008
313- # via arrow
314312typing-extensions == 4.15.0
315313 # via
316314 # alembic
@@ -323,6 +321,8 @@ typing-extensions==4.15.0
323321 # typing-inspection
324322typing-inspection == 0.4.2
325323 # via pydantic
324+ tzdata == 2025.2
325+ # via arrow
326326uri-template == 1.3.0
327327 # via jsonschema
328328urllib3 == 2.5.0
Original file line number Diff line number Diff line change 77
88# JupyterHub itself, update this version pinning by running the workflow
99# mentioned above.
10- jupyterhub == 5.4.1
10+ jupyterhub == 5.4.2
1111
1212# UI
1313jupyterlab
Original file line number Diff line number Diff line change 22apiVersion : v2
33name : jupyterhub
44version : 0.0.1-set.by.chartpress
5- appVersion : " 5.4.1 "
5+ appVersion : " 5.4.2 "
66description : Multi-user Jupyter installation
77keywords : [jupyter, jupyterhub, z2jh]
88home : https://z2jh.jupyter.org
You can’t perform that action at this time.
0 commit comments