Skip to content

Commit

Permalink
Upgrade to Pex 2.1.21. (#11131) (#11134)
Browse files Browse the repository at this point in the history
[ci skip-rust]
[ci skip-build-wheels]
  • Loading branch information
Eric-Arellano committed Nov 11, 2020
1 parent 5ab3540 commit 462bd3a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions 3rdparty/python/constraints.txt
@@ -1,8 +1,8 @@
# Generated by build-support/bin/generate_lockfile.sh on Wed Nov 4 18:33:32 PST 2020
# Generated by build-support/bin/generate_lockfile.sh on Tue Nov 10 04:01:22 PM PST 2020
ansicolors==1.1.8
attrs==20.2.0
attrs==20.3.0
beautifulsoup4==4.6.3
certifi==2020.6.20
certifi==2020.11.8
cffi==1.14.3
chardet==3.0.4
cryptography==3.2.1
Expand All @@ -16,8 +16,8 @@ mypy==0.782
mypy-extensions==0.4.3
packaging==20.4
pathspec==0.8.0
pex==2.1.20
pip==20.1.1
pex==2.1.21
pip==20.2.1
pluggy==0.13.1
psutil==5.7.0
py==1.9.0
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/python/requirements.txt
Expand Up @@ -17,7 +17,7 @@ mypy==0.782

packaging==20.4
pathspec==0.8.0
pex==2.1.20
pex==2.1.21
psutil==5.7.0
pystache==0.5.4
# This should be kept in sync with `pytest.py`.
Expand Down
6 changes: 3 additions & 3 deletions src/python/pants/backend/python/util_rules/pex_cli.py
Expand Up @@ -37,7 +37,7 @@ class PexBinary(TemplatedExternalTool):

options_scope = "download-pex-bin"
name = "pex"
default_version = "v2.1.20"
default_version = "v2.1.21"
default_url_template = "https://github.com/pantsbuild/pex/releases/download/{version}/pex"

@classproperty
Expand All @@ -47,8 +47,8 @@ def default_known_versions(cls):
(
cls.default_version,
plat,
"885970ed8dfbbe25abb39eac2b6f1a0feb1f6eefc4d0d5631ac67870f60e9511",
"2681620",
"461cef14d92efba56572215fddf7dcd95560a4d2e8aa97a69e09db68d809dd87",
"2712034",
)
)
for plat in ["darwin", "linux"]
Expand Down

0 comments on commit 462bd3a

Please sign in to comment.