Skip to content
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

binderhub image: refreeze requirements.txt #1736

Merged
merged 1 commit into from
Aug 2, 2023
Merged
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
52 changes: 26 additions & 26 deletions helm-chart/images/binderhub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
cryptography==41.0.2
cryptography==41.0.3
# via pyopenssl
docker==6.1.3
# via -r ../../../requirements.txt
# via -r helm-chart/images/binderhub/../../../requirements.txt
escapism==1.0.1
# via -r ../../../requirements.txt
# via -r helm-chart/images/binderhub/../../../requirements.txt
google-api-core[grpc]==2.11.1
# via
# google-cloud-appengine-logging
Expand All @@ -47,8 +47,8 @@ google-cloud-audit-log==0.2.5
google-cloud-core==2.3.3
# via google-cloud-logging
google-cloud-logging==3.6.0
# via -r requirements.in
googleapis-common-protos[grpc]==1.59.1
# via -r helm-chart/images/binderhub/requirements.in
googleapis-common-protos[grpc]==1.60.0
# via
# google-api-core
# google-cloud-audit-log
Expand All @@ -58,36 +58,36 @@ greenlet==2.0.2
# via sqlalchemy
grpc-google-iam-v1==0.12.6
# via google-cloud-logging
grpcio==1.56.0
grpcio==1.56.2
# via
# google-api-core
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
grpcio-status==1.56.0
grpcio-status==1.56.2
# via google-api-core
idna==3.4
# via requests
jinja2==3.1.2
# via
# -r ../../../requirements.txt
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyterhub
jsonschema==4.18.3
jsonschema==4.18.4
# via
# -r ../../../requirements.txt
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyter-telemetry
jsonschema-specifications==2023.6.1
jsonschema-specifications==2023.7.1
# via jsonschema
jupyter-telemetry==0.1.0
# via jupyterhub
jupyterhub==4.0.1
# via
# -r ../../../requirements.txt
# -r requirements.in
# -r helm-chart/images/binderhub/../../../requirements.txt
# -r helm-chart/images/binderhub/requirements.in
kubernetes==9.0.1
# via
# -r ../../../requirements.txt
# -r requirements.in
# -r helm-chart/images/binderhub/../../../requirements.txt
# -r helm-chart/images/binderhub/requirements.in
mako==1.2.4
# via alembic
markupsafe==2.1.3
Expand All @@ -106,7 +106,7 @@ pamela==1.1.0
# via jupyterhub
prometheus-client==0.17.1
# via
# -r ../../../requirements.txt
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyterhub
proto-plus==1.22.3
# via
Expand All @@ -131,9 +131,9 @@ pyasn1-modules==0.3.0
pycparser==2.21
# via cffi
pycurl==7.45.2
# via -r requirements.in
pyjwt==2.7.0
# via -r ../../../requirements.txt
# via -r helm-chart/images/binderhub/requirements.in
pyjwt==2.8.0
# via -r helm-chart/images/binderhub/../../../requirements.txt
pyopenssl==23.2.0
# via certipy
python-dateutil==2.8.2
Expand All @@ -142,11 +142,11 @@ python-dateutil==2.8.2
# kubernetes
python-json-logger==2.0.7
# via
# -r ../../../requirements.txt
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyter-telemetry
pyyaml==6.0
pyyaml==6.0.1
# via kubernetes
referencing==0.29.1
referencing==0.30.0
# via
# jsonschema
# jsonschema-specifications
Expand All @@ -159,7 +159,7 @@ requests==2.31.0
# requests-oauthlib
requests-oauthlib==1.3.1
# via kubernetes
rpds-py==0.8.10
rpds-py==0.9.2
# via
# jsonschema
# referencing
Expand All @@ -174,17 +174,17 @@ six==1.16.0
# google-auth
# kubernetes
# python-dateutil
sqlalchemy==2.0.18
sqlalchemy==2.0.19
# via
# alembic
# jupyterhub
tornado==6.3.2
# via
# -r ../../../requirements.txt
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyterhub
traitlets==5.9.0
# via
# -r ../../../requirements.txt
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyter-telemetry
# jupyterhub
typing-extensions==4.7.1
Expand Down