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

Update pip requirement from <23.2.0,>=21.3.1 to >=21.3.1,<23.3.0 in /python/helpers #7570

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 17, 2023

Updates the requirements on pip to permit the latest version.

Changelog

Sourced from pip's changelog.

23.2 (2023-07-15)

Process

  • Deprecate support for eggs for Python 3.11 or later, when the new importlib.metadata backend is used to load distribution metadata. This only affects the egg distribution format (with the .egg extension); distributions using the .egg-info metadata format (but are not actually eggs) are not affected. For more information about eggs, see relevant section in the setuptools documentation <https://setuptools.pypa.io/en/stable/deprecated/python_eggs.html>__.

Deprecations and Removals

  • Deprecate legacy version and version specifiers that don't conform to PEP 440 <https://peps.python.org/pep-0440/>_ ([#12063](https://github.com/pypa/pip/issues/12063) <https://github.com/pypa/pip/issues/12063>_)
  • freeze no longer excludes the setuptools, distribute, and wheel from the output when running on Python 3.12 or later, where they are not included in a virtual environment by default. Use --exclude if you wish to exclude any of these packages. ([#4256](https://github.com/pypa/pip/issues/4256) <https://github.com/pypa/pip/issues/4256>_)

Features

  • make rejection messages slightly different between 1 and 8, so the user can make the difference. ([#12040](https://github.com/pypa/pip/issues/12040) <https://github.com/pypa/pip/issues/12040>_)

Bug Fixes

  • Fix pip completion --zsh. ([#11417](https://github.com/pypa/pip/issues/11417) <https://github.com/pypa/pip/issues/11417>_)
  • Prevent downloading files twice when PEP 658 metadata is present ([#11847](https://github.com/pypa/pip/issues/11847) <https://github.com/pypa/pip/issues/11847>_)
  • Add permission check before configuration ([#11920](https://github.com/pypa/pip/issues/11920) <https://github.com/pypa/pip/issues/11920>_)
  • Fix deprecation warnings in Python 3.12 for usage of shutil.rmtree ([#11957](https://github.com/pypa/pip/issues/11957) <https://github.com/pypa/pip/issues/11957>_)
  • Ignore invalid or unreadable origin.json files in the cache of locally built wheels. ([#11985](https://github.com/pypa/pip/issues/11985) <https://github.com/pypa/pip/issues/11985>_)
  • Fix installation of packages with PEP658 metadata using non-canonicalized names ([#12038](https://github.com/pypa/pip/issues/12038) <https://github.com/pypa/pip/issues/12038>_)
  • Correctly parse dist-info-metadata values from JSON-format index data. ([#12042](https://github.com/pypa/pip/issues/12042) <https://github.com/pypa/pip/issues/12042>_)
  • Fail with an error if the --python option is specified after the subcommand name. ([#12067](https://github.com/pypa/pip/issues/12067) <https://github.com/pypa/pip/issues/12067>_)
  • Fix slowness when using importlib.metadata (the default way for pip to read metadata in Python 3.11+) and there is a large overlap between already installed and to-be-installed packages. ([#12079](https://github.com/pypa/pip/issues/12079) <https://github.com/pypa/pip/issues/12079>_)
  • Pass the -r flag to mercurial to be explicit that a revision is passed and protect against hg options injection as part of VCS URLs. Users that do not have control on VCS URLs passed to pip are advised to upgrade. ([#12119](https://github.com/pypa/pip/issues/12119) <https://github.com/pypa/pip/issues/12119>_)

Vendored Libraries

  • Upgrade certifi to 2023.5.7
  • Upgrade platformdirs to 3.8.1
  • Upgrade pygments to 2.15.1
  • Upgrade pyparsing to 3.1.0
  • Upgrade Requests to 2.31.0
  • Upgrade rich to 13.4.2
  • Upgrade setuptools to 68.0.0
  • Updated typing_extensions to 4.6.0

... (truncated)

Commits
  • a3c2c43 Bump for release
  • ae23f96 Update AUTHORS.txt
  • 324dd44 Merge pull request #11417 from Freed-Wu/fix-zsh
  • e53cf3d Merge pull request #12137 from groodt/groodt-fix-deprecation-warning
  • 38a8fb1 Merge pull request #12140 from uranusjr/ensure-preparation-for-dist
  • 0cabefb Ensure requirements are prepared before get_dist()
  • 2c4947d Add news entry
  • 41506d7 Add news entry
  • 9b47bc0 Make black formatter happy
  • 25f4e6e Fix deprecation warnings in Python 3.12 for usage of shutil.rmtree
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner July 17, 2023 06:07
@dependabot dependabot bot added dependencies python Dependabot pull requests that update Python code labels Jul 17, 2023
@jeffwidman
Copy link
Member

@dependabot rebase

@jeffwidman jeffwidman enabled auto-merge (squash) August 3, 2023 17:32
@jeffwidman jeffwidman added Ecosystems Used by the maintainer team for internal-facing project tracking and removed dependencies python Dependabot pull requests that update Python code labels Aug 3, 2023
@jeffwidman jeffwidman self-assigned this Aug 3, 2023
@jeffwidman
Copy link
Member

@dependabot recreate

@jeffwidman jeffwidman force-pushed the dependabot/pip/python/helpers/pip-gte-21.3.1-and-lt-23.3.0 branch from a00e111 to 93ff6b0 Compare August 3, 2023 19:14
@jeffwidman jeffwidman disabled auto-merge August 3, 2023 19:38
@jeffwidman
Copy link
Member

@dependabot recreate

@jeffwidman
Copy link
Member

Seeing some weird behavior of :dependabot: ack'ing the comment ops but then not actually acting on them... @landongrindheim is doing some investigating on this PR, so let's hold off on merging until he's done.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2023

A newer version of pip exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@jeffwidman
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@jeffwidman
Copy link
Member

@dependabot recreate

@abdulapopoola
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 15, 2023

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@jeffwidman
Copy link
Member

@dependabot recreate

Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@21.3.1...23.2)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@jeffwidman jeffwidman force-pushed the dependabot/pip/python/helpers/pip-gte-21.3.1-and-lt-23.3.0 branch from 93ff6b0 to 95f3abf Compare August 17, 2023 06:57
@jeffwidman jeffwidman enabled auto-merge (squash) August 17, 2023 06:57
@jeffwidman jeffwidman merged commit c1dbfc8 into main Aug 17, 2023
@jeffwidman jeffwidman deleted the dependabot/pip/python/helpers/pip-gte-21.3.1-and-lt-23.3.0 branch August 17, 2023 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ecosystems Used by the maintainer team for internal-facing project tracking L: python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants