Skip to content

Commit

Permalink
Upgrade Pex to 2.1.111. (pantsbuild#17267)
Browse files Browse the repository at this point in the history
This brings in a fix for using arbitrary equality (`===`) specifiers
when resolving from lock files as well as a fix that hardens PEX
`sys.path` scrubbing relevant in the `python_awslambda` context.

See the release notes here:
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.111
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.110
+ https://github.com/pantsbuild/pex/releases/tag/v2.1.109
  • Loading branch information
jsirois authored Oct 19, 2022
1 parent 5fc1343 commit b1f0598
Show file tree
Hide file tree
Showing 4 changed files with 441 additions and 52 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ humbug==0.2.7
importlib_resources==5.0.*
ijson==3.1.4
packaging==21.3
pex==2.1.108
pex==2.1.111
psutil==5.9.0
# This should be compatible with pytest.py, although it can be looser so that we don't
# over-constrain pantsbuild.pants.testutil
Expand Down
Loading

0 comments on commit b1f0598

Please sign in to comment.