Skip to content

Commit

Permalink
Merge 028364f into b8e78b6
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Feb 23, 2021
2 parents b8e78b6 + 028364f commit 0eed9ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
10 changes: 4 additions & 6 deletions 3rdparty/python/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Generated by build-support/bin/generate_lockfile.sh on Sun Feb 7 12:54:59 PM PST 2021
# Generated by build-support/bin/generate_lockfile.sh on Mon Feb 22 05:03:59 PM PST 2021
ansicolors==1.1.8
attrs==20.3.0
beautifulsoup4==4.6.3
certifi==2020.12.5
cffi==1.14.4
cffi==1.14.5
chardet==4.0.0
cryptography==3.4
cryptography==3.4.6
fasteners==0.15
freezegun==1.0.0
idna==2.10
Expand All @@ -14,7 +14,7 @@ monotonic==1.5
mypy==0.800
mypy-extensions==0.4.3
packaging==20.9
pex==2.1.30
pex==2.1.31
pip==20.2.3
pluggy==0.13.1
psutil==5.7.0
Expand All @@ -27,10 +27,8 @@ pytest==6.2.2
python-dateutil==2.8.1
PyYAML==5.4.1
requests==2.25.1
semantic-version==2.8.5
setproctitle==1.2
setuptools==53.0.0
setuptools-rust==0.11.6
six==1.15.0
toml==0.10.2
typed-ast==1.4.2
Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mypy==0.800

packaging==20.9
pathspec==0.8.0
pex==2.1.30
pex==2.1.31
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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class PexBinary(TemplatedExternalTool):
name = "pex"
help = "The PEX (Python EXecutable) tool (https://github.com/pantsbuild/pex)."

default_version = "v2.1.30"
default_version = "v2.1.31"
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,
"1a25f75ea95cdf78cd0cbb249c0e67de5259604d1a1336b49863dc1a39e0993d",
"2968698",
"e829fc2e14b501e6f158b536dad3b93cc00affa6e41b71c78c363d9f0af31ce4",
"3069767",
)
)
for plat in ["darwin", "linux"]
Expand Down

0 comments on commit 0eed9ac

Please sign in to comment.