Skip to content

Commit

Permalink
Upgrade to Pex 2.1.14 (pantsbuild#10437)
Browse files Browse the repository at this point in the history
This will allow us to use the new `--use-first-matching-interpreter` flag.

[ci skip-rust-tests]
  • Loading branch information
Eric-Arellano authored Jul 23, 2020
1 parent 43ebd34 commit cc623b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mypy==0.782

packaging==20.4
pathspec==0.8.0
pex==2.1.13
pex==2.1.14
psutil==5.7.0
pystache==0.5.4
python-Levenshtein==0.12.0
Expand Down
4 changes: 2 additions & 2 deletions src/python/pants/backend/python/rules/download_pex_bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class PexBin(ExternalTool):

options_scope = "download-pex-bin"
name = "pex"
default_version = "v2.1.13"
default_version = "v2.1.14"
default_known_versions = [
f"v2.1.13|{plat}|240712c75bb7c7cdfe3dd808ad6e6f186182e6aea3efeea5760683bb0fe89198|2633838"
f"v2.1.14|{plat}|12937da9ad5ad2c60564aa35cb4b3992ba3cc5ef7efedd44159332873da6fe46|2637138"
for plat in ["darwin", "linux "]
]

Expand Down

0 comments on commit cc623b8

Please sign in to comment.