From 7176164d4d8da59baa316c87b883fdbce7bd2120 Mon Sep 17 00:00:00 2001 From: Matt Landis Date: Wed, 2 Dec 2015 13:57:01 -0800 Subject: [PATCH] Upgrade PEX to 1.1.1 Changelog: ``` * Fix infinite recursion when ``PEX_PYTHON`` points at a symlink. #182 https://github.com/pantsbuild/pex/pull/182 * Add ``/etc/pexrc`` to the list of pexrc locations to check. #183 https://github.com/pantsbuild/pex/pull/183 * Improve error messaging for platform constrained Untranslateable errors. #179 https://github.com/pantsbuild/pex/pull/179 ``` Testing Done: https://travis-ci.org/pantsbuild/pants/builds/94480030 Bugs closed: 2654 Reviewed at https://rbcommons.com/s/twitter/r/3200/ --- 3rdparty/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/python/requirements.txt b/3rdparty/python/requirements.txt index dd8c102664f..69b47674e44 100644 --- a/3rdparty/python/requirements.txt +++ b/3rdparty/python/requirements.txt @@ -6,7 +6,7 @@ lockfile==0.10.2 Markdown==2.1.1 mock==1.3.0 mox==0.5.3 -pex==1.1.0 +pex==1.1.1 psutil==3.1.1 pep8==1.6.2 pyflakes==0.9.2