concrete-properties
concrete-properties copied to clipboard
Bump pip from 23.3.2 to 24.0 in /.github/workflows
Bumps pip from 23.3.2 to 24.0.
Changelog
Sourced from pip's changelog.
24.0 (2024-02-03)
Features
- Retry on HTTP status code 502 (
[#11843](https://github.com/pypa/pip/issues/11843) <https://github.com/pypa/pip/issues/11843>_)- Automatically use the setuptools PEP 517 build backend when
--config-settingsis used for projects withoutpyproject.toml. ([#11915](https://github.com/pypa/pip/issues/11915) <https://github.com/pypa/pip/issues/11915>_)- Make pip freeze and pip uninstall of legacy editable installs of packages whose name contains
_compatible withsetuptools>=69.0.3. ([#12477](https://github.com/pypa/pip/issues/12477) <https://github.com/pypa/pip/issues/12477>_)- Support per requirement
--config-settingsfor editable installs. ([#12480](https://github.com/pypa/pip/issues/12480) <https://github.com/pypa/pip/issues/12480>_)Bug Fixes
- Optimized usage of
--find-links=<path-to-dir>, by only scanning the relevant directory once, only considering file names that are valid wheel or sdist names, and only considering files in the directory that are related to the install. ([#12327](https://github.com/pypa/pip/issues/12327) <https://github.com/pypa/pip/issues/12327>_)- Removed
wheelfrom the[build-system].requireslist fallback that is used whenpyproject.tomlis absent. ([#12449](https://github.com/pypa/pip/issues/12449) <https://github.com/pypa/pip/issues/12449>_)Vendored Libraries
- Upgrade distlib to 0.3.8
Improved Documentation
- Fix explanation of how PIP_CONFIG_FILE works (
[#11815](https://github.com/pypa/pip/issues/11815) <https://github.com/pypa/pip/issues/11815>_)- Fix outdated pip install argument description in documentation. (
[#12417](https://github.com/pypa/pip/issues/12417) <https://github.com/pypa/pip/issues/12417>_)- Replace some links to PEPs with links to the canonical specifications on the :doc:
pypug:index([#12434](https://github.com/pypa/pip/issues/12434) <https://github.com/pypa/pip/issues/12434>_)- Updated the
pyproject.tomldocument to stop suggesting to depend onwheelas a build dependency directly. ([#12449](https://github.com/pypa/pip/issues/12449) <https://github.com/pypa/pip/issues/12449>_)- Update supported interpreters in development docs (
[#12475](https://github.com/pypa/pip/issues/12475) <https://github.com/pypa/pip/issues/12475>_)Process
- Most project metadata is now defined statically via pip's
pyproject.tomlfile.
Commits
ef78c12Tweak NEWS.rst6681c02Bump for releaseef56d47Update AUTHORS.txt53e5f19Tweak news before release456db06Merge pull request #12507 from jeanas/mailmap0b93dfcAdd mailmap entry for@jeanasc0801efMerge pull request #12500 from bdraco/add_502aa930c4Update src/pip/_internal/network/session.py99a82b7Merge pull request #12494 from sbidoul/pass-config-settings-to-editable-in-re...ff30ba8Merge pull request #12501 from VladimirFokow/fix-small-typo- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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)