Update all dependencies to latest (pex 1.2.9) #41
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The latest version of pex fixes an issue with sys.path order that
caused pex_binary outputs that depended on six to find the system
version on Mac OS X instead of the version bundled in the pex. While
upgrading Pex, I upgraded all the other dependencies. This also
required changing TravisCI to only test Bazel 0.5.3, since the
latest Skydoc rules depends on a more recent version of Bazel.
bazelbuild/rules_sass: 0.0.1 -> 0.0.2
bazelbuild/skydoc: 0.0.5 -> 0.1.3
pytest 3.0.2 -> 3.2.1 (now requires setuptools)
py 1.4.31 -> 1.4.34
setuptools 20.10.1 -> 33.1.1 (latest that works with pip)
pex 1.1.14 -> 1.2.9
requests 2.11.1 -> 2.18.4
urllib3 1.22 (needed by requests)
idna 2.6 (needed by requests)
certifi 2017.7.27.1 (needed by requests)
chardet 3.0.4 (needed by requests)
virtualenv 15.0.2 -> 15.1.0