From 9ece7725eeda5e861d73db961ed08c358f009e18 Mon Sep 17 00:00:00 2001 From: inmantaci Date: Mon, 24 May 2021 09:06:23 +0200 Subject: [PATCH] Bump pip from 21.1.1 to 21.1.2 (PR #2969) Bumps [pip](https://github.com/pypa/pip) from 21.1.1 to 21.1.2.
Changelog

Sourced from pip's changelog.

21.1.2 (2021-05-23)

Bug Fixes

  • New resolver: Correctly exclude an already installed package if its version is known to be incompatible to stop the dependency resolution process with a clear error message. ([#9841](https://github.com/pypa/pip/issues/9841) <https://github.com/pypa/pip/issues/9841>_)
  • Allow ZIP to archive files with timestamps earlier than 1980. ([#9910](https://github.com/pypa/pip/issues/9910) <https://github.com/pypa/pip/issues/9910>_)
  • Emit clearer error message when a project root does not contain either pyproject.toml, setup.py or setup.cfg. ([#9944](https://github.com/pypa/pip/issues/9944) <https://github.com/pypa/pip/issues/9944>_)
  • Fix detection of existing standalone pip instance for PEP 517 builds. ([#9953](https://github.com/pypa/pip/issues/9953) <https://github.com/pypa/pip/issues/9953>_)
Commits

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