Bump setuptools from 70.3.0 to 74.0.0#1630
Conversation
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.3.0 to 74.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v70.3.0...v74.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Starting with setuptools v71.0.0, setuptools will now prefer any installed dependencies over the ones it vendors for its own usage: Whilst this change has good intentions (of being the first step towards setuptools moving away from vendoring and declaring explicit dependencies) this change carries a high risk of breakage for us, since setuptools will now fail in weird and wonderful ways if the app dependencies happen to include outdated versions of setuptools own dependencies. This is less of an issue for packages being built in a PEP-517/518 style isolated build environment, however, not all packages have migrated from As such, I don't have plans to update setuptools beyond 70.3.0 (the last version before 71.0.0), and for Python 3.13+ this buildpack will stop installing setuptools and wheel by default. (The Python CNB has already stopped installing them for all Python versions: heroku/buildpacks-python#243) I'll update the Dependabot config to exclude setuptools from updates. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Since we can't update to setuptools v71+ due to its new approach to vendored dependencies: #1630 (comment) When this buildpack adds support for Python 3.13 we will also be dropping the global installs of setuptools and wheel. GUS-W-16637281.
Bumps setuptools from 70.3.0 to 74.0.0.
Changelog
Sourced from setuptools's changelog.
... (truncated)
Commits
98ad794Bump version: 73.0.1 → 74.0.0b4fb917Merge pull request #4600 from pypa/debt/msvc-monkey18a44d8Add news fragment.5f8215dMerge pull request #4548 from Avasam/from_param-TypeError6928048Merge branch 'main' into debt/msvc-monkey11a6b59Merge pull request #4606 from pypa/distutils-58fe058e4903604bReraise sensible errors from auto_chmod (#4593)8ec5b5aAdd missing news fragment for PR 4603e90dfd5Exclude top-level.tox|.nox|.venvfrom sdist (#4603)ef2957aReraise sensible errors from auto_chmodDependabot 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)