Skip to content

Commit 6b1bc2f

Browse files
authored
Merge pull request #1214 from betatim/fix-install-of-pycurl
[MRG] Pin pycurl version in binderhub image
2 parents e6cfbd6 + c20a2da commit 6b1bc2f

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

helm-chart/images/binderhub/requirements.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ google-cloud-logging
1111
kubernetes==9.*
1212
# jupyterhub is pinned to match the JupyterHub Helm chart's version of jupyterhub
1313
jupyterhub==1.1.*
14+
# For pycurl v7.43.0.6 there are no wheels available on pypi.org, so stick
15+
# to the previous version for now.
16+
pycurl==7.43.0.5

helm-chart/images/binderhub/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#
77
alembic==1.4.3 # via jupyterhub
88
async-generator==1.10 # via jupyterhub
9-
attrs==20.2.0 # via jsonschema
9+
attrs==20.3.0 # via jsonschema
1010
cachetools==4.1.1 # via google-auth
11-
certifi==2020.6.20 # via kubernetes, requests
11+
certifi==2020.11.8 # via kubernetes, requests
1212
certipy==0.1.3 # via jupyterhub
1313
cffi==1.14.3 # via cryptography
1414
chardet==3.0.4 # via requests
@@ -17,7 +17,7 @@ docker==4.3.1 # via -r binderhub.in
1717
entrypoints==0.3 # via jupyterhub
1818
escapism==1.0.1 # via -r binderhub.in
1919
google-api-core[grpc]==1.23.0 # via google-cloud-core, google-cloud-logging
20-
google-auth==1.22.1 # via google-api-core, kubernetes
20+
google-auth==1.23.0 # via google-api-core, kubernetes
2121
google-cloud-core==1.4.3 # via google-cloud-logging
2222
google-cloud-logging==1.15.1 # via -r requirements.in
2323
googleapis-common-protos==1.52.0 # via google-api-core
@@ -34,28 +34,28 @@ markupsafe==1.1.1 # via jinja2, mako
3434
oauthlib==3.1.0 # via jupyterhub, requests-oauthlib
3535
pamela==1.0.0 # via jupyterhub
3636
prometheus-client==0.8.0 # via -r binderhub.in, jupyterhub
37-
protobuf==3.13.0 # via google-api-core, googleapis-common-protos
37+
protobuf==3.14.0 # via google-api-core, googleapis-common-protos
3838
pyasn1-modules==0.2.8 # via google-auth
3939
pyasn1==0.4.8 # via pyasn1-modules, rsa
4040
pycparser==2.20 # via cffi
41-
pycurl==7.43.0.6 # via -r binderhub.in
41+
pycurl==7.43.0.5 # via -r binderhub.in, -r requirements.in
4242
pyopenssl==19.1.0 # via certipy
4343
pyrsistent==0.17.3 # via jsonschema
4444
python-dateutil==2.8.1 # via alembic, jupyterhub, kubernetes
4545
python-editor==1.0.4 # via alembic
4646
python-json-logger==2.0.1 # via -r binderhub.in, jupyter-telemetry
47-
pytz==2020.1 # via google-api-core
47+
pytz==2020.4 # via google-api-core
4848
pyyaml==5.3.1 # via kubernetes
4949
requests-oauthlib==1.3.0 # via kubernetes
50-
requests==2.24.0 # via docker, google-api-core, jupyterhub, kubernetes, requests-oauthlib
50+
requests==2.25.0 # via docker, google-api-core, jupyterhub, kubernetes, requests-oauthlib
5151
rsa==4.6 # via google-auth
5252
ruamel.yaml.clib==0.2.2 # via ruamel.yaml
5353
ruamel.yaml==0.16.12 # via jupyter-telemetry
5454
six==1.15.0 # via cryptography, docker, google-api-core, google-auth, grpcio, jsonschema, kubernetes, protobuf, pyopenssl, python-dateutil, websocket-client
5555
sqlalchemy==1.3.20 # via alembic, jupyterhub
56-
tornado==6.0.4 # via -r binderhub.in, jupyterhub
56+
tornado==6.1 # via -r binderhub.in, jupyterhub
5757
traitlets==5.0.5 # via -r binderhub.in, jupyter-telemetry, jupyterhub
58-
urllib3==1.25.11 # via kubernetes, requests
58+
urllib3==1.26.2 # via kubernetes, requests
5959
websocket-client==0.57.0 # via docker, kubernetes
6060

6161
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)