Skip to content

Commit

Permalink
Merge pull request #3569 from jupyterhub/update-image-requirements
Browse files Browse the repository at this point in the history
hub image: refreeze requirements.txt
  • Loading branch information
consideRatio authored Nov 6, 2024
2 parents 852d321 + ebef404 commit b23d7b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit b23d7b8

Please sign in to comment.