chore(deps): update dependency pex to v2.36.1#257
Merged
renovate[bot] merged 1 commit intomasterfrom May 5, 2025
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.33.9->2.36.1Release Notes
pex-tool/pex (pex)
v2.36.1Compare Source
This release fixes a few issues with creating Pex locks when source requirements were involved.
Previously, locking VCS requirements would fail for projects with non-normalized project names,
e.g.: PySocks vs its normalized form of pysocks.
Additionally, locking would fail when the requirements were specified at least in part via
requirements files (
-r/--requirements) and there was either a local project or a VCSrequirement contained in the requirements files.
v2.36.0Compare Source
This release brings support for creating PEXes that target Android. The Pip 25.1 upgrade in Pex
2.34.0 brought support for resolving Android platform-specific wheels and this releases upgrade
of Pex's vendored packaging to 25.0 brings support for Pex properly dealing with those Android
platform-specific wheels when packaging PEXes and when booting up from a PEX.
v2.35.0Compare Source
This release adds support for the
--resume-retriesoption available in Pip 25.1. If you configurePex to use Pip 25.1 or newer, it will now try to resume incomplete downloads 3 times by default.
--resume-retriesin Pip 25.1. (#2746)v2.34.0Compare Source
This release adds support for
--pip-version 25.1as well as--pip-version latest-compatible. Thelatest-compatibleversion will be the latest--pip-versionsupported by Pex compatible with thecurrent interpreter running Pex.
--pip-version 25.1. (#2744)v2.33.10Compare Source
This release follows up on the PEX scie argv0 fix in #2738 to further ensure the argv0 of a PEX scie
is the absolute path of the scie. In addition, a regression for PEX scies with no entry point is
fixed, allowing such PEX scies to be used as
--pythontargets in Pex invocations.--python. (#2742)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.