Skip to content

Commit

Permalink
Merge c5de992 into a6c3b9a
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Feb 26, 2021
2 parents a6c3b9a + c5de992 commit d02c081
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 3rdparty/python/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by build-support/bin/generate_lockfile.sh on Mon Feb 22 05:03:59 PM PST 2021
# Generated by build-support/bin/generate_lockfile.sh on Thu Feb 25 03:23:18 PM PST 2021
ansicolors==1.1.8
attrs==20.3.0
beautifulsoup4==4.6.3
Expand All @@ -14,7 +14,7 @@ monotonic==1.5
mypy==0.800
mypy-extensions==0.4.3
packaging==20.9
pex==2.1.31
pex==2.1.32
pip==20.2.3
pluggy==0.13.1
psutil==5.7.0
Expand All @@ -28,7 +28,7 @@ python-dateutil==2.8.1
PyYAML==5.4.1
requests==2.25.1
setproctitle==1.2
setuptools==53.0.0
setuptools==53.1.0
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.31
pex==2.1.32
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.31"
default_version = "v2.1.32"
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,
"e829fc2e14b501e6f158b536dad3b93cc00affa6e41b71c78c363d9f0af31ce4",
"3069767",
"9cea86ae4338943ab347a5e2b3a71e3c27b9835cdd5c115c52d1a328fdb61160",
"3071734",
)
)
for plat in ["darwin", "linux"]
Expand Down

0 comments on commit d02c081

Please sign in to comment.