Skip to content

Commit

Permalink
update kubernetes to 7.0.0 and websocket-client to 0.44.0 in Pipfile …
Browse files Browse the repository at this point in the history
…under image (kubeflow#194)
  • Loading branch information
ChanYiLin authored and k8s-ci-robot committed Aug 22, 2018
1 parent 9e5956e commit d8bc7c8
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 76 deletions.
4 changes: 2 additions & 2 deletions images/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ idna = "==2.6"
ipaddress = "==1.0.19"
isort = "==4.3.3"
"jinja2" = "==2.10"
kubernetes = "==4.0.0"
kubernetes = "==7.0.0"
lazy-object-proxy = "==1.3.1"
markupsafe = "==1.0"
mccabe = "==0.6.1"
Expand All @@ -43,7 +43,7 @@ retrying = "==1.3.3"
rsa = "==3.4.2"
uritemplate = "==3.0.0"
"urllib3" = "==1.22"
websocket-client = "==0.40.0"
websocket-client = "==0.44.0"
wrapt = "==1.10.11"
junit-xml = "==1.8"

Expand Down
179 changes: 105 additions & 74 deletions images/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8bc7c8

Please sign in to comment.