-
-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade Pex to 2.1.162 #20496
upgrade Pex to 2.1.162 #20496
Conversation
Changelogs: * https://github.com/pantsbuild/pex/releases/tag/v2.1.160 * https://github.com/pantsbuild/pex/releases/tag/v2.1.161 * https://github.com/pantsbuild/pex/releases/tag/v2.1.162 ``` Lockfile diff: 3rdparty/python/user_reqs.lock [python-default] == Upgraded dependencies == certifi 2023.11.17 --> 2024.2.2 cryptography 41.0.7 --> 42.0.2 pex 2.1.159 --> 2.1.162 pluggy 1.3.0 --> 1.4.0 pydantic 1.10.13 --> 1.10.14 python-dotenv 1.0.0 --> 1.0.1 urllib3 2.1.0 --> 2.2.0 ``` Further support relative to pantsbuild#15704 Fixes pantsbuild#20474
I tried to automatically cherry-pick this change back to each relevant milestone, so that it is available in those older releases of Pants. ❌ 2.19.xI was unable to cherry-pick this PR to 2.19.x, likely due to merge-conflicts. Steps to Cherry-Pick locallyTo resolve:
Please note that I cannot re-run CI if a job fails. Please work with your PR approver(s) to re-run CI if necessary. When you're done manually cherry-picking, please remove the Thanks again for your contributions! |
(I marked this for cherry picking based on the discussion in #20463.) |
Cherry pick of #20587 , which includes: - #20587 - #20502 - #20496 - #20416 - #20391 - #20149 The upgrade past https://github.com/pex-tool/pex/releases/tag/v2.1.154 is what is acutely driving this cherry-pick, as it resolves the over-long shebang issue (#20651) where the Pants `bin/pants` script can have a `#!...` line that's too long. Closes #20651 Co-authored-by: cburroughs <chris.burroughs@gmail.com>
Changelogs:
Further support relative to #15704
Fixes #20474