Skip to content

chore(deps): Update pip requirement from ~=22.1 to ~=22.2 in /packages/@jsii/python-runtime #3673

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2022

Updates the requirements on pip to permit the latest version.

Changelog

Sourced from pip's changelog.

22.2 (2022-07-21)

Deprecations and Removals

  • Remove the html5lib deprecated feature flag. ([#10825](https://github.com/pypa/pip/issues/10825) <https://github.com/pypa/pip/issues/10825>_)
  • Remove --use-deprecated=backtrack-on-build-failures. ([#11241](https://github.com/pypa/pip/issues/11241) <https://github.com/pypa/pip/issues/11241>_)

Features

  • Add support to use truststore <https://pypi.org/project/truststore/>_ as an alternative SSL certificate verification backend. The backend can be enabled on Python 3.10 and later by installing truststore into the environment, and adding the --use-feature=truststore flag to various pip commands.

    truststore differs from the current default verification backend (provided by certifi) in it uses the operating system’s trust store, which can be better controlled and augmented to better support non-standard certificates. Depending on feedback, pip may switch to this as the default certificate verification backend in the future. ([#11082](https://github.com/pypa/pip/issues/11082) <https://github.com/pypa/pip/issues/11082>_)

  • Add --dry-run option to pip install, to let it print what it would install but not actually change anything in the target environment. ([#11096](https://github.com/pypa/pip/issues/11096) <https://github.com/pypa/pip/issues/11096>_)

  • Record in wheel cache entries the URL of the original artifact that was downloaded to build the cached wheels. The record is named origin.json and uses the PEP 610 Direct URL format. ([#11137](https://github.com/pypa/pip/issues/11137) <https://github.com/pypa/pip/issues/11137>_)

  • Support PEP 691 <https://peps.python.org/pep-0691/>. ([#11158](https://github.com/pypa/pip/issues/11158) <https://github.com/pypa/pip/issues/11158>)

  • pip's deprecation warnings now subclass the built-in DeprecationWarning, and can be suppressed by running the Python interpreter with -W ignore::DeprecationWarning. ([#11225](https://github.com/pypa/pip/issues/11225) <https://github.com/pypa/pip/issues/11225>_)

  • Add pip inspect command to obtain the list of installed distributions and other information about the Python environment, in JSON format. ([#11245](https://github.com/pypa/pip/issues/11245) <https://github.com/pypa/pip/issues/11245>_)

  • Significantly speed up isolated environment creation, by using the same sources for pip instead of creating a standalone installation for each environment. ([#11257](https://github.com/pypa/pip/issues/11257) <https://github.com/pypa/pip/issues/11257>_)

  • Add an experimental --report option to the install command to generate a JSON report of what was installed. In combination with --dry-run and --ignore-installed it can be used to resolve the requirements. ([#53](https://github.com/pypa/pip/issues/53) <https://github.com/pypa/pip/issues/53>_)

Bug Fixes

  • Fix pip install --pre for packages with pre-release build dependencies defined both in pyproject.toml's build-system.requires and setup.py's setup_requires. ([#10222](https://github.com/pypa/pip/issues/10222) <https://github.com/pypa/pip/issues/10222>_)
  • When pip rewrites the shebang line in a script during wheel installation, update the hash and size in the corresponding RECORD file entry. ([#10744](https://github.com/pypa/pip/issues/10744) <https://github.com/pypa/pip/issues/10744>_)
  • Do not consider a .dist-info directory found inside a wheel-like zip file as metadata for an installed distribution. A package in a wheel is (by

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. language/python Related to Python bindings labels Jul 25, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/packages/jsii/python-runtime/pip-approx-eq-22.2 branch from 7a0179d to 1516c84 Compare July 26, 2022 12:01
Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version.
- [Release notes](https://github.com/pypa/pip/releases)
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@22.1...22.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/packages/jsii/python-runtime/pip-approx-eq-22.2 branch from 1516c84 to b3d2ec0 Compare July 26, 2022 12:28
@mergify
Copy link
Contributor

mergify bot commented Jul 26, 2022

Thank you for contributing! ❤️ I will now look into making sure the PR is up-to-date, then proceed to try and merge it!

@mergify mergify bot added the pr/ready-to-merge This PR is ready to be merged. label Jul 26, 2022
@mergify
Copy link
Contributor

mergify bot commented Jul 26, 2022

Merging (with squash)...

@RomainMuller RomainMuller merged commit ec7e2fd into main Jul 26, 2022
@RomainMuller RomainMuller deleted the dependabot/pip/packages/jsii/python-runtime/pip-approx-eq-22.2 branch July 26, 2022 14:02
@mergify mergify bot removed the pr/ready-to-merge This PR is ready to be merged. label Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-approve dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. language/python Related to Python bindings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant