Skip to content

Commit

Permalink
upgrade jupyterhub to 3.* in binderhub image
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Oct 13, 2022
1 parent c79e627 commit 543fcd7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion helm-chart/images/binderhub/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ google-cloud-logging==3.*
# jupyterhub's major version should be matched with the JupyterHub Helm chart's
# used version of JupyterHub.
#
jupyterhub==1.*
jupyterhub==3.*

# https:/kubernetes-client/python
kubernetes==9.*
Expand Down
18 changes: 11 additions & 7 deletions helm-chart/images/binderhub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ cryptography==38.0.1
# via pyopenssl
docker==6.0.0
# via -r helm-chart/images/binderhub/../../../requirements.txt
entrypoints==0.4
# via jupyterhub
escapism==1.0.1
# via -r helm-chart/images/binderhub/../../../requirements.txt
google-api-core[grpc]==2.10.2
Expand All @@ -40,21 +38,21 @@ google-auth==2.12.0
# google-api-core
# google-cloud-core
# kubernetes
google-cloud-appengine-logging==1.1.5
google-cloud-appengine-logging==1.1.6
# via google-cloud-logging
google-cloud-audit-log==0.2.4
# via google-cloud-logging
google-cloud-core==2.3.2
# via google-cloud-logging
google-cloud-logging==3.2.4
google-cloud-logging==3.2.5
# via -r helm-chart/images/binderhub/requirements.in
googleapis-common-protos[grpc]==1.56.4
# via
# google-api-core
# google-cloud-audit-log
# grpc-google-iam-v1
# grpcio-status
greenlet==1.1.3
greenlet==1.1.3.post0
# via sqlalchemy
grpc-google-iam-v1==0.12.4
# via google-cloud-logging
Expand All @@ -68,6 +66,8 @@ grpcio-status==1.49.1
# via google-api-core
idna==3.4
# via requests
importlib-metadata==5.0.0
# via jupyterhub
jinja2==3.1.2
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
Expand All @@ -78,7 +78,7 @@ jsonschema==4.16.0
# jupyter-telemetry
jupyter-telemetry==0.1.0
# via jupyterhub
jupyterhub==1.5.0
jupyterhub==3.0.0
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# -r helm-chart/images/binderhub/requirements.in
Expand All @@ -97,7 +97,9 @@ oauthlib==3.2.1
# jupyterhub
# requests-oauthlib
packaging==21.3
# via docker
# via
# docker
# jupyterhub
pamela==1.0.0
# via jupyterhub
prometheus-client==0.14.1
Expand Down Expand Up @@ -186,6 +188,8 @@ websocket-client==1.4.1
# via
# docker
# kubernetes
zipp==3.9.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 543fcd7

Please sign in to comment.