Skip to content
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

Bump pip from 21.2.2 to 21.2.3 #3163

Closed
wants to merge 2 commits into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 6, 2021

Bumps pip from 21.2.2 to 21.2.3.

Changelog

Sourced from pip's changelog.

21.2.3 (2021-08-06)

Bug Fixes

  • Modify the sysconfig.get_preferred_scheme function check to be compatible with CPython 3.10’s alphareleases. ([#10252](https://github.com/pypa/pip/issues/10252) <https://github.com/pypa/pip/issues/10252>_)
Commits
  • c2c92c7 Bump for release
  • 516fc49 Update AUTHORS.txt
  • a00a044 Normalize sys.prefix for old virtualenv
  • 00656aa Prevent returning relative paths for a location
  • 41a8442 Use posix_prefix for Apple's system Python
  • 3ecc391 More workaround for Debian's faulty sysconfig
  • d8c5b7d Detect "the other" Red Hat patch for Cygwin
  • c5332d5 Remove extra period in deprecation message
  • 1ac90bb Fix get_preferred_scheme detection for CPython 3.10 alpha
  • See full diff in compare view

Dependabot compatibility score

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 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)

Bumps [pip](https://github.com/pypa/pip) from 21.2.2 to 21.2.3.
- [Release notes](https://github.com/pypa/pip/releases)
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@21.2.2...21.2.3)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 6, 2021
@inmantaci inmantaci added the merge-tool-ready This ticket is ready to be merged in label Aug 6, 2021
@inmantaci
Copy link
Contributor

Processing this pull request

@inmantaci
Copy link
Contributor

Merged into branches master in 3de79ac

inmantaci pushed a commit that referenced this pull request Aug 6, 2021
Bumps [pip](https://github.com/pypa/pip) from 21.2.2 to 21.2.3.
<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>21.2.3 (2021-08-06)</h1>
<h2>Bug Fixes</h2>
<ul>
<li>Modify the <code>sysconfig.get_preferred_scheme</code> function check to be
compatible with CPython 3.10’s alphareleases. (<code>[#10252](pypa/pip#10252) &lt;https://github.com/pypa/pip/issues/10252&gt;</code>_)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pypa/pip/commit/c2c92c7e8c05bca02cac793100a4bf43d0a1ddda"><code>c2c92c7</code></a> Bump for release</li>
<li><a href="https://github.com/pypa/pip/commit/516fc4915a173b28acd276786f53edd1a6969319"><code>516fc49</code></a> Update AUTHORS.txt</li>
<li><a href="https://github.com/pypa/pip/commit/a00a04475d9ac81686a757b7d4f76cda38d084df"><code>a00a044</code></a> Normalize sys.prefix for old virtualenv</li>
<li><a href="https://github.com/pypa/pip/commit/00656aae146891ff1d1437e6a9105500d501f00d"><code>00656aa</code></a> Prevent returning relative paths for a location</li>
<li><a href="https://github.com/pypa/pip/commit/41a844263c4d687903982f3ced14ba8e8da246f8"><code>41a8442</code></a> Use posix_prefix for Apple's system Python</li>
<li><a href="https://github.com/pypa/pip/commit/3ecc39128adc8f54682a76fea20ce76209743006"><code>3ecc391</code></a> More workaround for Debian's faulty sysconfig</li>
<li><a href="https://github.com/pypa/pip/commit/d8c5b7d8908aa2344981f14b1111854efa88cdf9"><code>d8c5b7d</code></a> Detect &quot;the other&quot; Red Hat patch for Cygwin</li>
<li><a href="https://github.com/pypa/pip/commit/c5332d5ac9f4226c67f840e2f40e09cfe875c989"><code>c5332d5</code></a> Remove extra period in deprecation message</li>
<li><a href="https://github.com/pypa/pip/commit/1ac90bbda73dc7e4dceeed29d4f2302e1ce991a5"><code>1ac90bb</code></a> Fix get_preferred_scheme detection for CPython 3.10 alpha</li>
<li>See full diff in <a href="https://github.com/pypa/pip/compare/21.2.2...21.2.3">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=21.2.2&new-version=21.2.3)](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>
@inmantaci inmantaci closed this Aug 6, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@inmantaci inmantaci deleted the dependabot/pip/pip-21.2.3 branch August 6, 2021 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file merge-tool-ready This ticket is ready to be merged in
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant