Skip to content

Commit

Permalink
use python-kubernetes 9.0.*
Browse files Browse the repository at this point in the history
  • Loading branch information
bitnik committed Oct 29, 2019
1 parent 177af4d commit b3c9128
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/doc-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ruamel.yaml
# install BinderHub dependencies. We manually list them here because some
# dependencies (like pycurl) can't be installed on ReadTheDocs and aren't
# needed to build the docs.
kubernetes==7.0.*
kubernetes==9.0.*
escapism
tornado
traitlets
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/images/binderhub/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pycurl==7.43.0.1
tornado==5.0.*
kubernetes==7.0.*
kubernetes==9.0.*
jupyterhub==1.0.0
jsonschema==2.6.0
# Logging sinks to send eventlogging events to
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# When you change this file please also update `doc/doc-requirements.txt`
# which needs to be kept in sync manually.
kubernetes==7.0.*
kubernetes==9.0.*
escapism
tornado
traitlets
Expand Down

0 comments on commit b3c9128

Please sign in to comment.