Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.12.15
aiohttp==3.13.0
# via kubernetes-asyncio
aiosignal==1.4.0
# via aiohttp
Expand All @@ -16,7 +16,7 @@ annotated-types==0.7.0
# via pydantic
arrow==1.3.0
# via isoduration
attrs==25.3.0
attrs==25.4.0
# via
# aiohttp
# jsonschema
Expand All @@ -27,7 +27,7 @@ bcrypt==5.0.0
# jupyterhub-nativeauthenticator
cachetools==6.2.0
# via google-auth
certifi==2025.8.3
certifi==2025.10.5
# via
# kubernetes-asyncio
# requests
Expand All @@ -47,7 +47,7 @@ escapism==1.0.1
# jupyterhub-ltiauthenticator
fqdn==1.5.1
# via jsonschema
frozenlist==1.7.0
frozenlist==1.8.0
# via
# aiohttp
# aiosignal
Expand Down Expand Up @@ -79,7 +79,7 @@ jsonschema-specifications==2025.9.1
# via jsonschema
jupyter-events==0.12.0
# via jupyterhub
jupyterhub==5.3.0
jupyterhub==5.4.0
# via
# -r unfrozen/requirements.txt
# jupyterhub-firstuseauthenticator
Expand Down Expand Up @@ -116,7 +116,7 @@ markupsafe==3.0.3
# via
# jinja2
# mako
multidict==6.6.4
multidict==6.7.0
# via
# aiohttp
# yarl
Expand All @@ -141,7 +141,7 @@ pamela==1.2.0
# via jupyterhub
prometheus-client==0.23.1
# via jupyterhub
propcache==0.3.2
propcache==0.4.0
# via
# aiohttp
# yarl
Expand All @@ -158,7 +158,7 @@ pycparser==2.23
# via cffi
pycurl==7.45.7
# via -r unfrozen/requirements.txt
pydantic==2.11.9
pydantic==2.11.10
# via jupyterhub
pydantic-core==2.33.2
# via pydantic
Expand All @@ -175,7 +175,7 @@ python-dateutil==2.9.0.post0
# jupyterhub
# jupyterhub-idle-culler
# kubernetes-asyncio
python-json-logger==3.3.0
python-json-logger==4.0.0
# via jupyter-events
python-slugify==8.0.4
# via jupyterhub-kubespawner
Expand Down Expand Up @@ -271,5 +271,5 @@ urllib3==2.5.0
# requests
webcolors==24.11.1
# via jsonschema
yarl==1.20.1
yarl==1.22.0
# via aiohttp
2 changes: 1 addition & 1 deletion images/hub/unfrozen/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#

# JupyterHub itself
jupyterhub==5.3.0
jupyterhub==5.4.0

# JupyterHub Spawner, kubernetes specific
jupyterhub-kubespawner==7.*
Expand Down
10 changes: 5 additions & 5 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ asttokens==3.0.0
# via stack-data
async-lru==2.0.5
# via jupyterlab
attrs==25.3.0
attrs==25.4.0
# via
# jsonschema
# referencing
Expand All @@ -32,7 +32,7 @@ beautifulsoup4==4.14.2
# via nbconvert
bleach==6.2.0
# via nbconvert
certifi==2025.8.3
certifi==2025.10.5
# via
# httpcore
# httpx
Expand Down Expand Up @@ -137,7 +137,7 @@ jupyter-server==2.17.0
# notebook-shim
jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterhub==5.3.0
jupyterhub==5.4.0
# via -r unfrozen/requirements.txt
jupyterlab==4.4.9
# via -r unfrozen/requirements.txt
Expand Down Expand Up @@ -218,7 +218,7 @@ pure-eval==0.2.3
# via stack-data
pycparser==2.23
# via cffi
pydantic==2.11.9
pydantic==2.11.10
# via jupyterhub
pydantic-core==2.33.2
# via pydantic
Expand All @@ -232,7 +232,7 @@ python-dateutil==2.9.0.post0
# arrow
# jupyter-client
# jupyterhub
python-json-logger==3.3.0
python-json-logger==4.0.0
# via jupyter-events
pyyaml==6.0.3
# via jupyter-events
Expand Down
2 changes: 1 addition & 1 deletion images/singleuser-sample/unfrozen/requirements.txt
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.3.0
jupyterhub==5.4.0

# UI
jupyterlab
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: "5.3.0"
appVersion: "5.4.0"
description: Multi-user Jupyter installation
keywords: [jupyter, jupyterhub, z2jh]
home: https://z2jh.jupyter.org
Expand Down