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
21 changes: 11 additions & 10 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.12.13
aiohttp==3.12.14
# via kubernetes-asyncio
aiosignal==1.3.2
aiosignal==1.4.0
# via aiohttp
alembic==1.16.2
alembic==1.16.4
# via jupyterhub
annotated-types==0.7.0
# via pydantic
Expand All @@ -27,7 +27,7 @@ bcrypt==4.3.0
# jupyterhub-nativeauthenticator
cachetools==5.5.2
# via google-auth
certifi==2025.6.15
certifi==2025.7.14
# via
# kubernetes-asyncio
# requests
Expand All @@ -37,7 +37,7 @@ cffi==1.17.1
# via cryptography
charset-normalizer==3.4.2
# via requests
cryptography==45.0.4
cryptography==45.0.5
# via
# certipy
# pyjwt
Expand Down Expand Up @@ -114,15 +114,15 @@ markupsafe==3.0.2
# via
# jinja2
# mako
multidict==6.5.0
multidict==6.6.3
# via
# aiohttp
# yarl
mwoauth==0.4.0
# via oauthenticator
oauthenticator==17.3.0
# via -r unfrozen/requirements.txt
oauthlib==3.3.0
oauthlib==3.3.1
# via
# jupyterhub
# jupyterhub-ltiauthenticator
Expand Down Expand Up @@ -205,7 +205,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.25.1
rpds-py==0.26.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -245,10 +245,11 @@ traitlets==5.14.3
# jupyterhub-ldapauthenticator
# jupyterhub-ltiauthenticator
# oauthenticator
types-python-dateutil==2.9.0.20250516
types-python-dateutil==2.9.0.20250708
# via arrow
typing-extensions==4.14.0
typing-extensions==4.14.1
# via
# aiosignal
# alembic
# pydantic
# pydantic-core
Expand Down
20 changes: 10 additions & 10 deletions images/singleuser-sample/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# Use the "Run workflow" button at https://github.com/jupyterhub/zero-to-jupyterhub-k8s/actions/workflows/watch-dependencies.yaml
#
alembic==1.16.2
alembic==1.16.4
# via jupyterhub
annotated-types==0.7.0
# via pydantic
Expand Down Expand Up @@ -32,7 +32,7 @@ beautifulsoup4==4.13.4
# via nbconvert
bleach==6.2.0
# via nbconvert
certifi==2025.6.15
certifi==2025.7.14
# via
# httpcore
# httpx
Expand All @@ -47,7 +47,7 @@ charset-normalizer==3.4.2
# via requests
comm==0.2.2
# via ipykernel
cryptography==45.0.4
cryptography==45.0.5
# via certipy
debugpy==1.8.14
# via ipykernel
Expand Down Expand Up @@ -80,7 +80,7 @@ ipykernel==6.29.5
# via
# jupyterlab
# nbclassic
ipython==9.3.0
ipython==9.4.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.3
jupyterlab==4.4.4
# via -r unfrozen/requirements.txt
jupyterlab-pygments==0.3.0
# via nbconvert
Expand Down Expand Up @@ -179,7 +179,7 @@ notebook-shim==0.2.4
# via
# jupyterlab
# nbclassic
oauthlib==3.3.0
oauthlib==3.3.1
# via jupyterhub
overrides==7.7.0
# via jupyter-server
Expand Down Expand Up @@ -222,7 +222,7 @@ pydantic==2.11.7
# via jupyterhub
pydantic-core==2.33.2
# via pydantic
pygments==2.19.1
pygments==2.19.2
# via
# ipython
# ipython-pygments-lexers
Expand Down Expand Up @@ -258,7 +258,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.25.1
rpds-py==0.26.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -308,9 +308,9 @@ traitlets==5.14.3
# nbclient
# nbconvert
# nbformat
types-python-dateutil==2.9.0.20250516
types-python-dateutil==2.9.0.20250708
# via arrow
typing-extensions==4.14.0
typing-extensions==4.14.1
# via
# alembic
# anyio
Expand Down