Skip to content

Commit

Permalink
Merge pull request #1730 from jupyterhub/update-image-requirements
Browse files Browse the repository at this point in the history
binderhub image: refreeze requirements.txt
  • Loading branch information
consideRatio committed Jul 15, 2023
2 parents da85171 + 1184b4d commit 69b0bc0
Showing 1 changed file with 30 additions and 20 deletions.
50 changes: 30 additions & 20 deletions helm-chart/images/binderhub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ alembic==1.11.1
async-generator==1.10
# via jupyterhub
attrs==23.1.0
# via jsonschema
# via
# jsonschema
# referencing
cachetools==5.3.1
# via google-auth
certifi==2023.5.7
Expand All @@ -20,31 +22,31 @@ certipy==0.1.3
# via jupyterhub
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
charset-normalizer==3.2.0
# via requests
cryptography==41.0.1
cryptography==41.0.2
# via pyopenssl
docker==6.1.3
# via -r helm-chart/images/binderhub/../../../requirements.txt
escapism==1.0.1
# via -r helm-chart/images/binderhub/../../../requirements.txt
google-api-core[grpc]==2.11.0
google-api-core[grpc]==2.11.1
# via
# google-cloud-appengine-logging
# google-cloud-core
# google-cloud-logging
google-auth==2.19.1
google-auth==2.22.0
# via
# google-api-core
# google-cloud-core
# kubernetes
google-cloud-appengine-logging==1.3.0
google-cloud-appengine-logging==1.3.1
# via google-cloud-logging
google-cloud-audit-log==0.2.5
# via google-cloud-logging
google-cloud-core==2.3.2
google-cloud-core==2.3.3
# via google-cloud-logging
google-cloud-logging==3.5.0
google-cloud-logging==3.6.0
# via -r helm-chart/images/binderhub/requirements.in
googleapis-common-protos[grpc]==1.59.1
# via
Expand All @@ -56,24 +58,26 @@ greenlet==2.0.2
# via sqlalchemy
grpc-google-iam-v1==0.12.6
# via google-cloud-logging
grpcio==1.54.2
grpcio==1.56.0
# via
# google-api-core
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
grpcio-status==1.54.2
grpcio-status==1.56.0
# via google-api-core
idna==3.4
# via requests
jinja2==3.1.2
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyterhub
jsonschema==4.17.3
jsonschema==4.18.3
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyter-telemetry
jsonschema-specifications==2023.6.1
# via jsonschema
jupyter-telemetry==0.1.0
# via jupyterhub
jupyterhub==4.0.1
Expand All @@ -100,15 +104,15 @@ packaging==23.1
# jupyterhub
pamela==1.1.0
# via jupyterhub
prometheus-client==0.17.0
prometheus-client==0.17.1
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyterhub
proto-plus==1.22.2
proto-plus==1.22.3
# via
# google-cloud-appengine-logging
# google-cloud-logging
protobuf==4.23.2
protobuf==4.23.4
# via
# google-api-core
# google-cloud-appengine-logging
Expand All @@ -132,8 +136,6 @@ pyjwt==2.7.0
# via -r helm-chart/images/binderhub/../../../requirements.txt
pyopenssl==23.2.0
# via certipy
pyrsistent==0.19.3
# via jsonschema
python-dateutil==2.8.2
# via
# jupyterhub
Expand All @@ -144,6 +146,10 @@ python-json-logger==2.0.7
# jupyter-telemetry
pyyaml==6.0
# via kubernetes
referencing==0.29.1
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# docker
Expand All @@ -153,9 +159,13 @@ requests==2.31.0
# requests-oauthlib
requests-oauthlib==1.3.1
# via kubernetes
rpds-py==0.8.10
# via
# jsonschema
# referencing
rsa==4.9
# via google-auth
ruamel-yaml==0.17.31
ruamel-yaml==0.17.32
# via jupyter-telemetry
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
Expand All @@ -164,7 +174,7 @@ six==1.16.0
# google-auth
# kubernetes
# python-dateutil
sqlalchemy==2.0.16
sqlalchemy==2.0.18
# via
# alembic
# jupyterhub
Expand All @@ -177,7 +187,7 @@ traitlets==5.9.0
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyter-telemetry
# jupyterhub
typing-extensions==4.6.3
typing-extensions==4.7.1
# via
# alembic
# sqlalchemy
Expand All @@ -187,7 +197,7 @@ urllib3==1.26.16
# google-auth
# kubernetes
# requests
websocket-client==1.5.3
websocket-client==1.6.1
# via
# docker
# kubernetes
Expand Down

0 comments on commit 69b0bc0

Please sign in to comment.