Bump pip from 22.1.1 to 26.0 in /docker/python by dependabot[bot] · Pull Request #18707 · apache/tvm
Bumps pip from 22.1.1 to 26.0.
Changelog
Sourced from pip's changelog.
26.0 (2026-01-30)
Deprecations and Removals
- Remove support for non-bare project names in egg fragments. Affected users should use the
Direct URL requirement syntax <https://packaging.python.org/en/latest/specifications/version-specifiers/#direct-references>. ([#13157](https://github.com/pypa/pip/issues/13157) <https://github.com/pypa/pip/issues/13157>)Features
Display pip's command-line help in colour, if possible. (
[#12134](https://github.com/pypa/pip/issues/12134) <https://github.com/pypa/pip/issues/12134>_)Support installing dependencies declared with inline script metadata (:pep:
723) with--requirements-from-script. ([#12891](https://github.com/pypa/pip/issues/12891) <https://github.com/pypa/pip/issues/12891>_)Add
--all-releasesand--only-finaloptions to control pre-release and final release selection during package installation. ([#13221](https://github.com/pypa/pip/issues/13221) <https://github.com/pypa/pip/issues/13221>_)Add
--uploaded-prior-tooption to only consider packages uploaded prior to a given datetime when theupload-timefield is available from a remote index. ([#13625](https://github.com/pypa/pip/issues/13625) <https://github.com/pypa/pip/issues/13625>_)Add
--use-feature inprocess-build-depsto request that build dependencies are installed within the same pip install process. This new mechanism is faster, supports--no-cleanand--no-cache-dirreliably, and supports prompting for authentication.Enabling this feature will also enable
--use-feature build-constraints. This feature will become the default in a future pip version. ([#9081](https://github.com/pypa/pip/issues/9081) <https://github.com/pypa/pip/issues/9081>_)
pip cache purgeandpip cache removenow clean up empty directories and legacy files left by older pip versions. ([#9058](https://github.com/pypa/pip/issues/9058) <https://github.com/pypa/pip/issues/9058>_)Bug Fixes
- Fix selecting pre-release versions when only pre-releases match. For example,
package>1.0with versions1.0, 2.0rc1now installs2.0rc1instead of failing. ([#13746](https://github.com/pypa/pip/issues/13746) <https://github.com/pypa/pip/issues/13746>_)- Revisions in version control URLs now must be percent-encoded. For example, use
git+https://example.com/repo.git@issue%231to specify the branchissue#1. If you previously used a branch name containing a%character in a version control URL, you now need to replace it with%25to ensure correct percent-encoding. ([#13407](https://github.com/pypa/pip/issues/13407) <https://github.com/pypa/pip/issues/13407>_)- Preserve original casing when a path is displayed. (
[#6823](https://github.com/pypa/pip/issues/6823) <https://github.com/pypa/pip/issues/6823>_)- Fix bash completion when the
$IFSvariable has been modified from its default. ([#13555](https://github.com/pypa/pip/issues/13555) <https://github.com/pypa/pip/issues/13555>_)- Precompute Python requirements on each candidate, reducing time of long resolutions. (
[#13656](https://github.com/pypa/pip/issues/13656) <https://github.com/pypa/pip/issues/13656>_)- Skip redundant work converting version objects to strings when using the
importlib.metadatabackend. ([#13660](https://github.com/pypa/pip/issues/13660) <https://github.com/pypa/pip/issues/13660>_)- Fix
pip index versionsto honor only-binary/no-binary options. ([#13682](https://github.com/pypa/pip/issues/13682) <https://github.com/pypa/pip/issues/13682>_)- Fix fallthrough logic for options, allowing overriding global options with defaults from user config. (
[#13703](https://github.com/pypa/pip/issues/13703) <https://github.com/pypa/pip/issues/13703>_)- Use a path-segment prefix comparison, not char-by-char. (
[#13777](https://github.com/pypa/pip/issues/13777) <https://github.com/pypa/pip/issues/13777>_)Vendored Libraries
... (truncated)
Commits
2f4d4a8Merge pull request #13779 from notatallshaw/fix-26.0-news04307a4fix 26.0 news6ec7b0aMerge pull request #13775 from notatallshaw/release/26.04104356Bump for release58be883Update AUTHORS.txt66f2decMerge pull request #13778 from ichard26/docs/groups0214103doc: Re-expose package selection group optionsfdbe762Install pip within docs Nox sessions8e227a9Merge pull request #13777 from sethmlarson/commonpathf5315adMerge pull request #13776 from ichard26/docs/versionadded- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.