Skip to content

hub image: refreeze requirements.txt (with ldapauthenticator 2.0.2) #3569

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 6, 2024
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
8 changes: 4 additions & 4 deletions images/hub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 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.13.3
alembic==1.14.0
# via jupyterhub
annotated-types==0.7.0
# via pydantic
Expand Down Expand Up @@ -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
Expand Down