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 20.3.1 to 20.3.2 in /python/helpers #2865

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2020

Bumps pip from 20.3.1 to 20.3.2.

Changelog

Sourced from pip's changelog.

20.3.2 (2020-12-15)

Features

  • New resolver: Resolve direct and pinned (== or ===) requirements first to improve resolver performance. ([#9185](https://github.com/pypa/pip/issues/9185) <https://github.com/pypa/pip/issues/9185>_)
  • Add a mechanism to delay resolving certain packages, and use it for setuptools. ([#9249](https://github.com/pypa/pip/issues/9249) <https://github.com/pypa/pip/issues/9249>_)

Bug Fixes

  • New resolver: The "Requirement already satisfied" log is not printed only once for each package during resolution. ([#9117](https://github.com/pypa/pip/issues/9117) <https://github.com/pypa/pip/issues/9117>_)
  • Fix crash when logic for redacting authentication information from URLs in --help is given a list of strings, instead of a single string. ([#9191](https://github.com/pypa/pip/issues/9191) <https://github.com/pypa/pip/issues/9191>_)
  • New resolver: Correctly implement PEP 592. Do not return yanked versions from an index, unless the version range can only be satisfied by yanked candidates. ([#9203](https://github.com/pypa/pip/issues/9203) <https://github.com/pypa/pip/issues/9203>_)
  • New resolver: Make constraints also apply to package variants with extras, so the resolver correctly avoids backtracking on them. ([#9232](https://github.com/pypa/pip/issues/9232) <https://github.com/pypa/pip/issues/9232>_)
  • New resolver: Discard a candidate if it fails to provide metadata from source, or if the provided metadata is inconsistent, instead of quitting outright. ([#9246](https://github.com/pypa/pip/issues/9246) <https://github.com/pypa/pip/issues/9246>_)

Vendored Libraries

  • Update vendoring to 20.8

Improved Documentation

  • Update documentation to reflect that pip still uses legacy resolver by default in Python 2 environments. ([#9269](https://github.com/pypa/pip/issues/9269) <https://github.com/pypa/pip/issues/9269>_)
Commits
  • e1fded5 Bump for release
  • 08816b3 Update AUTHORS.txt
  • cfa013b Merge pull request #9278 from gpiks/update_vendoring_packages
  • 6b2ccdd Update packaging to version 20.8
  • 94b89c9 Merge pull request #9269 from brainwane/docs-update-python-2-pip-20-3
  • acc0cc9 docs: Fix typo
  • 8acf6d4 docs: Fix README for PyPI rendering
  • df7a97f docs: Fix small style issues.
  • c7591bf docs: Clarify that old resolver is default with Python 2
  • 0f8f3d7 Merge pull request #9264 from uranusjr/new-resolver-dont-abort-on-inconsisten...
  • Additional commits viewable 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 20.3.1 to 20.3.2.
- [Release notes](https://github.com/pypa/pip/releases)
- [Changelog](https://github.com/pypa/pip/blob/master/NEWS.rst)
- [Commits](pypa/pip@20.3.1...20.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 15, 2020 05:10
@dependabot dependabot bot added dependencies python Dependabot pull requests that update Python code labels Dec 15, 2020
@feelepxyz
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2020

Looks like pip is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 15, 2020
@dependabot dependabot bot deleted the dependabot/pip/python/helpers/pip-20.3.2 branch December 15, 2020 10:34
feelepxyz added a commit that referenced this pull request Mar 23, 2021
v7.7.0 (2021-03-23)
FEATURES
33c4189f9 #2864 add npm run-script workspaces support (@ruyadorno)
e1b3b318f #2886 add npm exec workspaces support (@ruyadorno)
41facf643 #2859 expanded "Did you mean?" suggestions for missing cmds and scripts (@wraithgar)
BUG FIXES
8cce4282f #2865 npm publish: handle case where multiple config list is present (@kenrick95)
6598bfe86 mark deprecated configs (@isaacs)
8a38afe77 #2881 docs(package-json): document default main behavior (@klausbayrhammer)
93a061d73 #2917 add action items to npm run error output (@wraithgar)
DOCUMENTATION
ad65bd910 #2860 fix link in configuring-npm (@varmakarthik12)
b419bfb02 #2876 fix test-coverage command in contributing guide (@chowkapow)
DEPENDENCIES
7b5606b93 @npmcli/arborist@2.2.9
- #254 Honor explicit prefix when saving dependencies (@jameschensmith)
- #255 Never save to bundleDependencies when saving a peer or peerOptional dependency. (@isaacs)
f76e7c21f pacote@11.3.1
increases tarball compression level
4928512bc semver@7.3.5
fix handling prereleases/ANY ranges in subset
1924eb457 libnpmversion@1.0.12
fix removing undescored-prefixed package.json properties in npm version
916623056 @npmcli/run-script@1.8.4
fix expanding windows-style environment variables
a8d0751e4 npm-pick-manifest@6.1.1
fix running packages with a single executable binary with npm exec
af7eaac50 hosted-git-info@4.0.1
f52c51db1 @npmcli/config@2.0.0

v7.6.3 (2021-03-11)
DOCUMENTATION
8c44e999b #2855 Correct "npm COMMAND help" to "npm help COMMAND" (@dwardu)
DEPENDENCIES
57ed390d6 @npmcli/arborist@2.2.8
Respect link deps when calculating peerDep sets

v7.6.2 (2021-03-09)
BUG FIXES
e0a3a5218 #2831 Fix cb() never called in search with --json option (@fraqe)
85a8694dd #2795 fix(npm.output): make output go through npm.output (@wraithgar)
9fe0df5b5 #2821 fix(usage): clean up usage declarations (@wraithgar)
DEPENDENCIES
7f470b5c2 @npmcli/arborist@2.2.7
fix(install): Do not revert a file: dep to version on bare name re-install
e9b7fc275 libnpmdiff@2.0.4
fix(diff): Gracefully handle packages with prepare script
c7314aa62 byte-size@7.0.1
864f48d43 pacote@11.3.0
feelepxyz added a commit that referenced this pull request Mar 25, 2021
v7.7.0 (2021-03-23)
FEATURES
33c4189f9 #2864 add npm run-script workspaces support (@ruyadorno)
e1b3b318f #2886 add npm exec workspaces support (@ruyadorno)
41facf643 #2859 expanded "Did you mean?" suggestions for missing cmds and scripts (@wraithgar)
BUG FIXES
8cce4282f #2865 npm publish: handle case where multiple config list is present (@kenrick95)
6598bfe86 mark deprecated configs (@isaacs)
8a38afe77 #2881 docs(package-json): document default main behavior (@klausbayrhammer)
93a061d73 #2917 add action items to npm run error output (@wraithgar)
DOCUMENTATION
ad65bd910 #2860 fix link in configuring-npm (@varmakarthik12)
b419bfb02 #2876 fix test-coverage command in contributing guide (@chowkapow)
DEPENDENCIES
7b5606b93 @npmcli/arborist@2.2.9
- #254 Honor explicit prefix when saving dependencies (@jameschensmith)
- #255 Never save to bundleDependencies when saving a peer or peerOptional dependency. (@isaacs)
f76e7c21f pacote@11.3.1
increases tarball compression level
4928512bc semver@7.3.5
fix handling prereleases/ANY ranges in subset
1924eb457 libnpmversion@1.0.12
fix removing undescored-prefixed package.json properties in npm version
916623056 @npmcli/run-script@1.8.4
fix expanding windows-style environment variables
a8d0751e4 npm-pick-manifest@6.1.1
fix running packages with a single executable binary with npm exec
af7eaac50 hosted-git-info@4.0.1
f52c51db1 @npmcli/config@2.0.0

v7.6.3 (2021-03-11)
DOCUMENTATION
8c44e999b #2855 Correct "npm COMMAND help" to "npm help COMMAND" (@dwardu)
DEPENDENCIES
57ed390d6 @npmcli/arborist@2.2.8
Respect link deps when calculating peerDep sets

v7.6.2 (2021-03-09)
BUG FIXES
e0a3a5218 #2831 Fix cb() never called in search with --json option (@fraqe)
85a8694dd #2795 fix(npm.output): make output go through npm.output (@wraithgar)
9fe0df5b5 #2821 fix(usage): clean up usage declarations (@wraithgar)
DEPENDENCIES
7f470b5c2 @npmcli/arborist@2.2.7
fix(install): Do not revert a file: dep to version on bare name re-install
e9b7fc275 libnpmdiff@2.0.4
fix(diff): Gracefully handle packages with prepare script
c7314aa62 byte-size@7.0.1
864f48d43 pacote@11.3.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Dependabot pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant