Skip to content

Commit

Permalink
Merge pull request #1697 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 May 22, 2023
2 parents 2b824a5 + c9719e7 commit 965e2ce
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions helm-chart/images/binderhub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# Use the "Run workflow" button at https://github.com/jupyterhub/binderhub/actions/workflows/watch-dependencies.yaml
#
alembic==1.10.4
alembic==1.11.1
# via jupyterhub
async-generator==1.10
# via jupyterhub
attrs==23.1.0
# via jsonschema
cachetools==5.3.0
# via google-auth
certifi==2022.12.7
certifi==2023.5.7
# via
# kubernetes
# requests
Expand All @@ -24,7 +24,7 @@ charset-normalizer==3.1.0
# via requests
cryptography==40.0.2
# via pyopenssl
docker==6.0.1
docker==6.1.2
# via -r helm-chart/images/binderhub/../../../requirements.txt
escapism==1.0.1
# via -r helm-chart/images/binderhub/../../../requirements.txt
Expand All @@ -33,7 +33,7 @@ google-api-core[grpc]==2.11.0
# google-cloud-appengine-logging
# google-cloud-core
# google-cloud-logging
google-auth==2.17.3
google-auth==2.18.1
# via
# google-api-core
# google-cloud-core
Expand All @@ -56,13 +56,13 @@ greenlet==2.0.2
# via sqlalchemy
grpc-google-iam-v1==0.12.6
# via google-cloud-logging
grpcio==1.54.0
grpcio==1.54.2
# via
# google-api-core
# googleapis-common-protos
# grpc-google-iam-v1
# grpcio-status
grpcio-status==1.54.0
grpcio-status==1.54.2
# via google-api-core
idna==3.4
# via requests
Expand Down Expand Up @@ -108,7 +108,7 @@ proto-plus==1.22.2
# via
# google-cloud-appengine-logging
# google-cloud-logging
protobuf==4.22.3
protobuf==4.23.1
# via
# google-api-core
# google-cloud-appengine-logging
Expand All @@ -128,7 +128,7 @@ pycparser==2.21
# via cffi
pycurl==7.45.2
# via -r helm-chart/images/binderhub/requirements.in
pyjwt==2.6.0
pyjwt==2.7.0
# via -r helm-chart/images/binderhub/../../../requirements.txt
pyopenssl==23.1.1
# via certipy
Expand All @@ -144,7 +144,7 @@ python-json-logger==2.0.7
# jupyter-telemetry
pyyaml==6.0
# via kubernetes
requests==2.29.0
requests==2.30.0
# via
# docker
# google-api-core
Expand All @@ -155,18 +155,20 @@ requests-oauthlib==1.3.1
# via kubernetes
rsa==4.9
# via google-auth
ruamel-yaml==0.17.21
ruamel-yaml==0.17.26
# via jupyter-telemetry
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
six==1.16.0
# via
# google-auth
# kubernetes
# python-dateutil
sqlalchemy==2.0.11
sqlalchemy==2.0.15
# via
# alembic
# jupyterhub
tornado==6.3.1
tornado==6.3.2
# via
# -r helm-chart/images/binderhub/../../../requirements.txt
# jupyterhub
Expand All @@ -182,9 +184,10 @@ typing-extensions==4.5.0
urllib3==1.26.15
# via
# docker
# google-auth
# kubernetes
# requests
websocket-client==1.5.1
websocket-client==1.5.2
# via
# docker
# kubernetes
Expand Down

0 comments on commit 965e2ce

Please sign in to comment.