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
14 changes: 7 additions & 7 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==25.3.0
# aiohttp
# jsonschema
# referencing
bcrypt==4.3.0
bcrypt==5.0.0
# via
# jupyterhub-firstuseauthenticator
# jupyterhub-nativeauthenticator
cachetools==5.5.2
cachetools==6.2.0
# via google-auth
certifi==2025.8.3
# via
Expand All @@ -37,7 +37,7 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.3
# via requests
cryptography==46.0.1
cryptography==46.0.2
# via
# certipy
# pyjwt
Expand All @@ -51,7 +51,7 @@ frozenlist==1.7.0
# via
# aiohttp
# aiosignal
google-auth==2.40.3
google-auth==2.41.1
# via google-auth-oauthlib
google-auth-oauthlib==1.2.2
# via oauthenticator
Expand Down Expand Up @@ -112,7 +112,7 @@ ldap3==2.9.1
# via jupyterhub-ldapauthenticator
mako==1.3.10
# via alembic
markupsafe==3.0.2
markupsafe==3.0.3
# via
# jinja2
# mako
Expand Down Expand Up @@ -179,7 +179,7 @@ python-json-logger==3.3.0
# via jupyter-events
python-slugify==8.0.4
# via jupyterhub-kubespawner
pyyaml==6.0.2
pyyaml==6.0.3
# via
# jupyter-events
# jupyterhub-kubespawner
Expand Down Expand Up @@ -260,7 +260,7 @@ typing-extensions==4.15.0
# referencing
# sqlalchemy
# typing-inspection
typing-inspection==0.4.1
typing-inspection==0.4.2
# via pydantic
uri-template==1.3.0
# via jsonschema
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 @@ -28,7 +28,7 @@ attrs==25.3.0
# referencing
babel==2.17.0
# via jupyterlab-server
beautifulsoup4==4.13.5
beautifulsoup4==4.14.2
# via nbconvert
bleach==6.2.0
# via nbconvert
Expand All @@ -47,7 +47,7 @@ charset-normalizer==3.4.3
# via requests
comm==0.2.3
# via ipykernel
cryptography==46.0.1
cryptography==46.0.2
# via certipy
debugpy==1.8.17
# via ipykernel
Expand Down Expand Up @@ -80,7 +80,7 @@ ipykernel==6.30.1
# via
# jupyterlab
# nbclassic
ipython==9.5.0
ipython==9.6.0
# via ipykernel
ipython-genutils==0.2.0
# via nbclassic
Expand Down Expand Up @@ -139,7 +139,7 @@ jupyter-server-terminals==0.5.3
# via jupyter-server
jupyterhub==5.3.0
# via -r unfrozen/requirements.txt
jupyterlab==4.4.8
jupyterlab==4.4.9
# via -r unfrozen/requirements.txt
jupyterlab-pygments==0.3.0
# via nbconvert
Expand All @@ -149,7 +149,7 @@ lark==1.3.0
# via rfc3987-syntax
mako==1.3.10
# via alembic
markupsafe==3.0.2
markupsafe==3.0.3
# via
# jinja2
# mako
Expand Down Expand Up @@ -234,7 +234,7 @@ python-dateutil==2.9.0.post0
# jupyterhub
python-json-logger==3.3.0
# via jupyter-events
pyyaml==6.0.2
pyyaml==6.0.3
# via jupyter-events
pyzmq==27.1.0
# via
Expand Down Expand Up @@ -321,7 +321,7 @@ typing-extensions==4.15.0
# referencing
# sqlalchemy
# typing-inspection
typing-inspection==0.4.1
typing-inspection==0.4.2
# via pydantic
uri-template==1.3.0
# via jsonschema
Expand Down
Loading