Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump pip from 23.1 to 23.1.1 (#1278)
Bumps [pip](https://github.com/pypa/pip) from 23.1 to 23.1.1. <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>23.1.1 (2023-04-22)</h1> <h2>Bug Fixes</h2> <ul> <li>Revert <code>[#11487](pypa/pip#11487) <https://github.com/pypa/pip/pull/11487></code><em>, as it causes issues with virtualenvs created by the Windows Store distribution of Python. (<code>[#11987](pypa/pip#11987) <https://github.com/pypa/pip/issues/11987></code></em>)</li> </ul> <h2>Vendored Libraries</h2> <ul> <li>Revert pkg_resources (via setuptools) back to 65.6.3</li> </ul> <h2>Improved Documentation</h2> <ul> <li>Update documentation to reflect the new behavior of using the cache of locally built wheels in hash-checking mode. (<code>[#11967](pypa/pip#11967) <https://github.com/pypa/pip/issues/11967></code>_)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/pip/commit/ee40d71817df8346af3d96051a298db8f22e52f1"><code>ee40d71</code></a> Bump for release</li> <li><a href="https://github.com/pypa/pip/commit/d5a779d96c0460f49da23abe8b4f557ce80b0a70"><code>d5a779d</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/11987">#11987</a> from pfmoore/revert_56e5fa3</li> <li><a href="https://github.com/pypa/pip/commit/b64e74de42d0a6e4f3a81a06b7fd33eea00b7160"><code>b64e74d</code></a> Add a news file</li> <li><a href="https://github.com/pypa/pip/commit/7ba5a625bc95599e6f564285af84f39d24c109f8"><code>7ba5a62</code></a> Revert "Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/11487">#11487</a> from pelson/feature/base-prefix-config"</li> <li><a href="https://github.com/pypa/pip/commit/87678eefec0ad4fc6083a5843e8080ad56e64196"><code>87678ee</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/11976">#11976</a> from pfmoore/revert_setuptools</li> <li><a href="https://github.com/pypa/pip/commit/c8b49cac1efa967065c418f93222419d109b06e5"><code>c8b49ca</code></a> Revert "Upgrade setuptools to 67.6.1"</li> <li><a href="https://github.com/pypa/pip/commit/3b8791f8411e4d8aedf5e759dbbd8bb82eff70fd"><code>3b8791f</code></a> Update docs about hash checking and wheel cache (<a href="https://redirect.github.com/pypa/pip/issues/11967">#11967</a>)</li> <li><a href="https://github.com/pypa/pip/commit/b9c1097f14265c725327fb8a49a377837a2b9aea"><code>b9c1097</code></a> Mention <code>setup.py develop</code> change in 23.1 changelog (<a href="https://redirect.github.com/pypa/pip/issues/11973">#11973</a>)</li> <li><a href="https://github.com/pypa/pip/commit/7df10eeefdc1e2c4802eadf9860f6dd91fbc45c0"><code>7df10ee</code></a> Merge pull request <a href="https://redirect.github.com/pypa/pip/issues/11963">#11963</a> from pfmoore/release/23.1</li> <li><a href="https://github.com/pypa/pip/commit/2fd3e408dd286ef1f1016bb085b739bdff8625c8"><code>2fd3e40</code></a> Bump for development</li> <li>See full diff in <a href="https://github.com/pypa/pip/compare/23.1...23.1.1">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=23.1&new-version=23.1.1)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information