dependabot[bot] opened a new pull request, #19981:
URL: https://github.com/apache/tvm/pull/19981

   Bumps [pip](https://github.com/pypa/pip) from 22.1.1 to 26.1.2.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pypa/pip/blob/main/NEWS.rst";>pip's 
changelog</a>.</em></p>
   <blockquote>
   <h1>26.1.2 (2026-05-31)</h1>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Reject <code>console_scripts</code> and <code>gui_scripts</code> entry 
points whose name would
   install a script outside the scripts directory. 
(<code>[#14000](https://github.com/pypa/pip/issues/14000) 
&lt;https://github.com/pypa/pip/issues/14000&gt;</code>_)</li>
   <li>Fix installation incorrectly failing when the target path contains a 
doubled
   slash, such as with <code>pip install --root //...</code>. 
(<code>[#14001](https://github.com/pypa/pip/issues/14001) 
&lt;https://github.com/pypa/pip/issues/14001&gt;</code>_)</li>
   <li>Send a consistent <code>Accept-Encoding</code> header to avoid a 
spurious <code>Cache entry deserialization failed</code> warning. 
(<code>[#14012](https://github.com/pypa/pip/issues/14012) 
&lt;https://github.com/pypa/pip/issues/14012&gt;</code>_)</li>
   </ul>
   <h1>26.1.1 (2026-05-04)</h1>
   <h2>Bug Fixes</h2>
   <ul>
   <li>Fix issue where uninstallation left behind empty directories. Revert the
   removal of the adjacent <code>__pycache__</code> directory when a .py file 
is removed. (<code>[#13973](https://github.com/pypa/pip/issues/13973) 
&lt;https://github.com/pypa/pip/issues/13973&gt;</code>_)</li>
   </ul>
   <h1>26.1 (2026-04-26)</h1>
   <h2>Deprecations and Removals</h2>
   <ul>
   <li>Drop support for Python 3.9. 
(<code>[#13795](https://github.com/pypa/pip/issues/13795) 
&lt;https://github.com/pypa/pip/issues/13795&gt;</code>_)</li>
   </ul>
   <h2>Features</h2>
   <ul>
   <li>Add experimental support to read requirements from standardized 
pylock.toml files (<code>-r pylock.toml</code>). 
(<code>[#13876](https://github.com/pypa/pip/issues/13876) 
&lt;https://github.com/pypa/pip/issues/13876&gt;</code>_)</li>
   <li>Allow <code>--uploaded-prior-to</code> to accept a duration in days 
(e.g., <code>P3D</code> for 3 days ago). 
(<code>[#13674](https://github.com/pypa/pip/issues/13674) 
&lt;https://github.com/pypa/pip/issues/13674&gt;</code>_)</li>
   </ul>
   <h2>Enhancements</h2>
   <ul>
   <li>Speed up dependency resolution when there are complex conflicts. 
(<code>[#13859](https://github.com/pypa/pip/issues/13859) 
&lt;https://github.com/pypa/pip/issues/13859&gt;</code>_)</li>
   <li>Reduce memory usage when resolving large dependency trees. 
(<code>[#13843](https://github.com/pypa/pip/issues/13843) 
&lt;https://github.com/pypa/pip/issues/13843&gt;</code>_)</li>
   <li>Emit a deprecation warning when pip imports an unexpected module after
   installation of a distribution has started. 
(<code>[#13912](https://github.com/pypa/pip/issues/13912) 
&lt;https://github.com/pypa/pip/issues/13912&gt;</code>_)</li>
   <li>Allow URL constraints to apply to requirements with extras. 
(<code>[#12018](https://github.com/pypa/pip/issues/12018) 
&lt;https://github.com/pypa/pip/issues/12018&gt;</code>_)</li>
   <li>Allow unpinned requirements to use hashes from constraints. Constraints
   like <code>{name}=={version} --hash=...</code> feeds into hash verification 
for
   a corresponding requirement. 
(<code>[#9243](https://github.com/pypa/pip/issues/9243) 
&lt;https://github.com/pypa/pip/issues/9243&gt;</code>_)</li>
   <li>Improve conflict reports that involve direct URLs. 
(<code>[#13932](https://github.com/pypa/pip/issues/13932) 
&lt;https://github.com/pypa/pip/issues/13932&gt;</code>_)</li>
   <li>Show all errors instead of first error for faulty 
<code>dependency_groups</code> definitions. 
(<code>[#13917](https://github.com/pypa/pip/issues/13917) 
&lt;https://github.com/pypa/pip/issues/13917&gt;</code>_)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pypa/pip/commit/31d7d168953668aad85154d6121879d07fbeac27";><code>31d7d16</code></a>
 Bump for release</li>
   <li><a 
href="https://github.com/pypa/pip/commit/79f348c86a149adec5a9852788dcc13114b29d3c";><code>79f348c</code></a>
 Update AUTHORS.txt</li>
   <li><a 
href="https://github.com/pypa/pip/commit/237a9258813636b7b1ead05e2cb0d509b44f67ee";><code>237a925</code></a>
 Merge pull request <a 
href="https://redirect.github.com/pypa/pip/issues/14001";>#14001</a> from 
notatallshaw/fix-is-within-directory</li>
   <li><a 
href="https://github.com/pypa/pip/commit/34d0285d548bbd644bfabfede2dfabed23c240db";><code>34d0285</code></a>
 Merge pull request <a 
href="https://redirect.github.com/pypa/pip/issues/14006";>#14006</a> from 
laymonage/fix-requirements_from_scripts-space-...</li>
   <li><a 
href="https://github.com/pypa/pip/commit/09d3e07066c56e20b4ab2b3133e29f02f19be5e9";><code>09d3e07</code></a>
 Merge pull request <a 
href="https://redirect.github.com/pypa/pip/issues/14012";>#14012</a> from 
notatallshaw/stable-accept-encoding</li>
   <li><a 
href="https://github.com/pypa/pip/commit/fa7854f6b37113a2c4698cdde902e1fcc9bebdd5";><code>fa7854f</code></a>
 Use is_within_directory for entry point check</li>
   <li><a 
href="https://github.com/pypa/pip/commit/d01b46c273e08bf4299feb81899c9bd0b3e7029b";><code>d01b46c</code></a>
 NEWS ENTRY</li>
   <li><a 
href="https://github.com/pypa/pip/commit/7ff8bdd81ec5edca2bebf78ad8506dda710d6af5";><code>7ff8bdd</code></a>
 Fix is_within_directory for doubled-slash roots</li>
   <li><a 
href="https://github.com/pypa/pip/commit/7ea3466fb51ccc729e67ea85809df5a4dda1987b";><code>7ea3466</code></a>
 NEWS ENTRY</li>
   <li><a 
href="https://github.com/pypa/pip/commit/85673eaa109f343658f9904f4045ff009378ae08";><code>85673ea</code></a>
 Fix Accept-Encoding to gzip, deflate</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pypa/pip/compare/22.1.1...26.1.2";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pip&package-manager=pip&previous-version=22.1.1&new-version=26.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will 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 version` will 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 dependency` will 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](https://github.com/apache/tvm/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to