django-sorting-bootstrap
django-sorting-bootstrap copied to clipboard
Bump pip from 21.3.1 to 22.2.2 in /.github/workflows
Bumps pip from 21.3.1 to 22.2.2.
Changelog
Sourced from pip's changelog.
22.2.2 (2022-08-03)
Bug Fixes
- Avoid
AttributeErrorwhen removing the setuptools-provided_distutils_hackand it is missing its implementation. ([#11314](https://github.com/pypa/pip/issues/11314) <https://github.com/pypa/pip/issues/11314>_)- Fix import error when reinstalling pip in user site. (
[#11319](https://github.com/pypa/pip/issues/11319) <https://github.com/pypa/pip/issues/11319>_)- Show pip deprecation warnings by default. (
[#11330](https://github.com/pypa/pip/issues/11330) <https://github.com/pypa/pip/issues/11330>_)22.2.1 (2022-07-27)
Bug Fixes
- Send the pip upgrade prompt to stderr. (
[#11282](https://github.com/pypa/pip/issues/11282) <https://github.com/pypa/pip/issues/11282>_)- Ensure that things work correctly in environments where setuptools-injected
distutilsis available by default. This is done by cooperating with setuptools' injection logic to ensure that pip uses thedistutilsfrom the Python standard library instead. ([#11298](https://github.com/pypa/pip/issues/11298) <https://github.com/pypa/pip/issues/11298>_)- Clarify that
pip cache's wheels-related output is about locally built wheels only. ([#11300](https://github.com/pypa/pip/issues/11300) <https://github.com/pypa/pip/issues/11300>_)22.2 (2022-07-21)
Deprecations and Removals
- Remove the
html5libdeprecated 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 installingtruststoreinto the environment, and adding the--use-feature=truststoreflag to various pip commands.
truststorediffers from the current default verification backend (provided bycertifi) 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-runoption topip 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
... (truncated)
Commits
10902acBump for release534e4d2Update AUTHORS.txt96675e9Do not parse JSON content with HTML parser4514d1fRevert "PipDeprecationWarning subclass DeprecationWarning"1ac427bRemove TODO450fd26Import distutils only if needed, but sooner0c9eb96Ensure that removing shim in older setuptools does not error61bdbe0Bump for releasefcb0c84Merge pull request #11298 from pradyunsg/remove-distutils-shima14f141:newspaper:- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)