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 #1746

Merged
merged 1 commit into from
Sep 22, 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
31 changes: 15 additions & 16 deletions helm-chart/images/binderhub/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/binderhub/actions/workflows/watch-dependencies.yaml
#
alembic==1.11.1
alembic==1.12.0
# via jupyterhub
async-generator==1.10
# via jupyterhub
Expand All @@ -24,7 +24,7 @@ cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
cryptography==41.0.3
cryptography==41.0.4
# via pyopenssl
docker==6.1.3
# via -r helm-chart/images/binderhub/../../../requirements.txt
Expand All @@ -35,7 +35,7 @@ google-api-core[grpc]==2.11.1
# google-cloud-appengine-logging
# google-cloud-core
# google-cloud-logging
google-auth==2.22.0
google-auth==2.23.0
# via
# google-api-core
# google-cloud-core
Expand All @@ -58,29 +58,29 @@ greenlet==2.0.2
# via sqlalchemy
grpc-google-iam-v1==0.12.6
# via google-cloud-logging
grpcio==1.56.2
grpcio==1.58.0
# via
# google-api-core
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
grpcio-status==1.56.2
grpcio-status==1.58.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.18.4
jsonschema==4.19.1
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyter-telemetry
jsonschema-specifications==2023.7.1
# via jsonschema
jupyter-telemetry==0.1.0
# via jupyterhub
jupyterhub==4.0.1
jupyterhub==4.0.2
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# -r helm-chart/images/binderhub/requirements.in
Expand Down Expand Up @@ -112,7 +112,7 @@ proto-plus==1.22.3
# via
# google-cloud-appengine-logging
# google-cloud-logging
protobuf==4.23.4
protobuf==4.24.3
# via
# google-api-core
# google-cloud-appengine-logging
Expand Down Expand Up @@ -146,7 +146,7 @@ python-json-logger==2.0.7
# jupyter-telemetry
pyyaml==6.0.1
# via kubernetes
referencing==0.30.0
referencing==0.30.2
# 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.9.2
rpds-py==0.10.3
# via
# jsonschema
# referencing
Expand All @@ -171,23 +171,22 @@ ruamel-yaml-clib==0.2.7
# via ruamel-yaml
six==1.16.0
# via
# google-auth
# kubernetes
# python-dateutil
sqlalchemy==2.0.19
sqlalchemy==2.0.21
# via
# alembic
# jupyterhub
tornado==6.3.2
tornado==6.3.3
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyterhub
traitlets==5.9.0
traitlets==5.10.0
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyter-telemetry
# jupyterhub
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# alembic
# sqlalchemy
Expand All @@ -197,7 +196,7 @@ urllib3==1.26.16
# google-auth
# kubernetes
# requests
websocket-client==1.6.1
websocket-client==1.6.3
# via
# docker
# kubernetes
Expand Down