Skip to content

Commit

Permalink
Merge pull request jupyterhub#1633 from jupyterhub/update-image-requi…
Browse files Browse the repository at this point in the history
…rements

binderhub image: refreeze requirements.txt
  • Loading branch information
consideRatio authored Feb 8, 2023
2 parents 627af09 + e00ec49 commit c71a203
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions helm-chart/images/binderhub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# Use the "Run workflow" button at https://github.com/jupyterhub/binderhub/actions/workflows/watch-dependencies.yaml
#
alembic==1.9.1
alembic==1.9.3
# via jupyterhub
async-generator==1.10
# via jupyterhub
attrs==22.2.0
# via jsonschema
cachetools==5.2.1
cachetools==5.3.0
# via google-auth
certifi==2022.12.7
# via
Expand All @@ -20,9 +20,9 @@ certipy==0.1.3
# via jupyterhub
cffi==1.15.1
# via cryptography
charset-normalizer==2.1.1
charset-normalizer==3.0.1
# via requests
cryptography==39.0.0
cryptography==39.0.1
# via pyopenssl
docker==6.0.1
# via -r helm-chart/images/binderhub/../../../requirements.txt
Expand All @@ -38,23 +38,23 @@ google-auth==2.16.0
# google-api-core
# google-cloud-core
# kubernetes
google-cloud-appengine-logging==1.2.0
google-cloud-appengine-logging==1.3.0
# via google-cloud-logging
google-cloud-audit-log==0.2.4
google-cloud-audit-log==0.2.5
# via google-cloud-logging
google-cloud-core==2.3.2
# via google-cloud-logging
google-cloud-logging==3.4.0
google-cloud-logging==3.5.0
# via -r helm-chart/images/binderhub/requirements.in
googleapis-common-protos[grpc]==1.58.0
# via
# google-api-core
# google-cloud-audit-log
# grpc-google-iam-v1
# grpcio-status
greenlet==2.0.1
greenlet==2.0.2
# via sqlalchemy
grpc-google-iam-v1==0.12.4
grpc-google-iam-v1==0.12.6
# via google-cloud-logging
grpcio==1.51.1
# via
Expand All @@ -76,7 +76,7 @@ jsonschema==4.17.3
# jupyter-telemetry
jupyter-telemetry==0.1.0
# via jupyterhub
jupyterhub==3.1.0
jupyterhub==3.1.1
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# -r helm-chart/images/binderhub/requirements.in
Expand All @@ -86,7 +86,7 @@ kubernetes==9.0.1
# -r helm-chart/images/binderhub/requirements.in
mako==1.2.4
# via alembic
markupsafe==2.1.1
markupsafe==2.1.2
# via
# jinja2
# mako
Expand All @@ -100,7 +100,7 @@ packaging==23.0
# jupyterhub
pamela==1.0.0
# via jupyterhub
prometheus-client==0.15.0
prometheus-client==0.16.0
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyterhub
Expand All @@ -115,6 +115,7 @@ protobuf==4.21.12
# google-cloud-audit-log
# google-cloud-logging
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
# proto-plus
pyasn1==0.4.8
Expand All @@ -141,7 +142,7 @@ python-json-logger==2.0.4
# jupyter-telemetry
pyyaml==6.0
# via kubernetes
requests==2.28.1
requests==2.28.2
# via
# docker
# google-api-core
Expand All @@ -159,25 +160,27 @@ six==1.16.0
# google-auth
# kubernetes
# python-dateutil
sqlalchemy==1.4.46
sqlalchemy==2.0.2
# via
# alembic
# jupyterhub
tornado==6.2
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyterhub
traitlets==5.8.1
traitlets==5.9.0
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyter-telemetry
# jupyterhub
urllib3==1.26.13
typing-extensions==4.4.0
# via sqlalchemy
urllib3==1.26.14
# via
# docker
# kubernetes
# requests
websocket-client==1.4.2
websocket-client==1.5.1
# via
# docker
# kubernetes
Expand Down

0 comments on commit c71a203

Please sign in to comment.