From a9e7407c7f1fdefb27c1630c66cb71eb2b956244 Mon Sep 17 00:00:00 2001 From: inmantaci Date: Tue, 18 May 2021 16:17:59 +0200 Subject: [PATCH] Bump pip from 21.0.1 to 21.1.1 (PR #2943) Bumps [pip](https://github.com/pypa/pip) from 21.0.1 to 21.1.1.
Changelog

Sourced from pip's changelog.

21.1.1 (2021-04-30)

Deprecations and Removals

  • Temporarily set the new "Value for ... does not match" location warnings level to DEBUG, to hide them from casual users. This prepares pip 21.1 for CPython inclusion, while pip maintainers digest the first intake of location mismatch issues for the distutils-sysconfig transition. ([#9912](https://github.com/pypa/pip/issues/9912) <https://github.com/pypa/pip/issues/9912>_)

Bug Fixes

  • This change fixes a bug on Python `_)
  • Fix compatibility between distutils and sysconfig when the project name is unknown outside of a virtual environment. ([#9838](https://github.com/pypa/pip/issues/9838) <https://github.com/pypa/pip/issues/9838>_)
  • Fix Python 3.6 compatibility when a PEP 517 build requirement itself needs to be built in an isolated environment. ([#9878](https://github.com/pypa/pip/issues/9878) <https://github.com/pypa/pip/issues/9878>_)

21.1 (2021-04-24)

Process

  • Start installation scheme migration from distutils to sysconfig. A warning is implemented to detect differences between the two implementations to encourage user reports, so we can avoid breakages before they happen.

Features

  • Add the ability for the new resolver to process URL constraints. ([#8253](https://github.com/pypa/pip/issues/8253) <https://github.com/pypa/pip/issues/8253>_)
  • Add a feature --use-feature=in-tree-build to build local projects in-place when installing. This is expected to become the default behavior in pip 21.3; see Installing from local packages <https://pip.pypa.io/en/stable/user_guide/#installing-from-local-packages>_ for more information. ([#9091](https://github.com/pypa/pip/issues/9091) <https://github.com/pypa/pip/issues/9091>_)
  • Bring back the "(from versions: ...)" message, that was shown on resolution failures. ([#9139](https://github.com/pypa/pip/issues/9139) <https://github.com/pypa/pip/issues/9139>_)
  • Add support for editable installs for project with only setup.cfg files. ([#9547](https://github.com/pypa/pip/issues/9547) <https://github.com/pypa/pip/issues/9547>_)
  • Improve performance when picking the best file from indexes during pip install. ([#9748](https://github.com/pypa/pip/issues/9748) <https://github.com/pypa/pip/issues/9748>_)
  • Warn instead of erroring out when doing a PEP 517 build in presence of --build-option. Warn when doing a PEP 517 build in presence of --global-option. ([#9774](https://github.com/pypa/pip/issues/9774) <https://github.com/pypa/pip/issues/9774>_)

Bug Fixes

  • Fixed --target to work with --editable installs. ([#4390](https://github.com/pypa/pip/issues/4390) <https://github.com/pypa/pip/issues/4390>_)
  • Add a warning, discouraging the usage of pip as root, outside a virtual environment. ([#6409](https://github.com/pypa/pip/issues/6409) <https://github.com/pypa/pip/issues/6409>_)

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pip&package-manager=pip&previous-version=21.0.1&new-version=21.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) ---
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
--- changelogs/unreleased/2943-dependabot.yml | 5 +++++ requirements.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelogs/unreleased/2943-dependabot.yml diff --git a/changelogs/unreleased/2943-dependabot.yml b/changelogs/unreleased/2943-dependabot.yml new file mode 100644 index 0000000000..4403911758 --- /dev/null +++ b/changelogs/unreleased/2943-dependabot.yml @@ -0,0 +1,5 @@ +change-type: patch +description: Bump pip from 21.0.1 to 21.1.1 +destination-branches: +- master +sections: {} diff --git a/requirements.txt b/requirements.txt index 6f3dc31c3f..64c05023c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ jinja2==2.11.3 more-itertools==8.7.0 netifaces==0.10.9 packaging==20.9 -pip==21.0.1 +pip==21.1.1 ply==3.11 pydantic==1.8.2 pyformance==0.4