From ebef404f77a2d1537c1499927efa8e1abcbebd10 Mon Sep 17 00:00:00 2001 From: JupyterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> Date: Wed, 6 Nov 2024 21:29:52 +0000 Subject: [PATCH] hub image: refreeze requirements.txt --- images/hub/requirements.txt | 8 ++++---- images/singleuser-sample/requirements.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/images/hub/requirements.txt b/images/hub/requirements.txt index 599920437a..e2958f7af4 100644 --- a/images/hub/requirements.txt +++ b/images/hub/requirements.txt @@ -10,7 +10,7 @@ aiohttp==3.10.10 # via kubernetes-asyncio aiosignal==1.3.1 # via aiohttp -alembic==1.13.3 +alembic==1.14.0 # via jupyterhub annotated-types==0.7.0 # via pydantic @@ -51,7 +51,7 @@ frozenlist==1.5.0 # via # aiohttp # aiosignal -google-auth==2.35.0 +google-auth==2.36.0 # via google-auth-oauthlib google-auth-oauthlib==1.2.1 # via oauthenticator @@ -96,7 +96,7 @@ jupyterhub-idle-culler==1.4.0 # via -r unfrozen/requirements.txt jupyterhub-kubespawner==7.0.0 # via -r unfrozen/requirements.txt -jupyterhub-ldapauthenticator==2.0.1 +jupyterhub-ldapauthenticator==2.0.2 # via -r unfrozen/requirements.txt jupyterhub-ltiauthenticator==1.6.2 # via -r unfrozen/requirements.txt @@ -202,7 +202,7 @@ rfc3986-validator==0.1.1 # via # jsonschema # jupyter-events -rpds-py==0.20.1 +rpds-py==0.21.0 # via # jsonschema # referencing diff --git a/images/singleuser-sample/requirements.txt b/images/singleuser-sample/requirements.txt index d6944f9b23..7b79171a71 100644 --- a/images/singleuser-sample/requirements.txt +++ b/images/singleuser-sample/requirements.txt @@ -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.13.3 +alembic==1.14.0 # via jupyterhub annotated-types==0.7.0 # via pydantic @@ -254,7 +254,7 @@ rfc3986-validator==0.1.1 # via # jsonschema # jupyter-events -rpds-py==0.20.1 +rpds-py==0.21.0 # via # jsonschema # referencing