chore(deps): bump setuptools to 83.0.0 - #17
Conversation
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
2 similar comments
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
dependabot recreate |
|
@dependabot recreate |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
1 similar comment
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `setuptools` to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v82.0.1...v83.0.0) Rebased onto main. The group's other update, mloda 0.8.0 to 0.10.0, already landed on main as mloda>=0.10.0,<0.11.0, so only the setuptools build requirement is left. uv.lock is unchanged: setuptools is a build requirement and does not appear in the lock. --- updated-dependencies: - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
65d9636 to
d86dff5
Compare
Rebased onto current
main(6824d00). The original Dependabot commit was based on7849028from 19 Jul and conflicted with everything that landed since.What survived the rebase
Only the setuptools build requirement:
setuptools>=82.0.1to>=83.0.0in[build-system].Updates
setuptoolsto 83.0.0What dropped out
The group's other update,
mloda0.8.0 to 0.10.0, is already onmain: it landed via #20 and the constraint has since been tightened tomloda>=0.10.0,<0.11.0. The rebase keeps main's capped constraint rather than Dependabot's uncapped>=0.10.0.uv.lockis unchanged, since setuptools is a build requirement and does not appear in the lock.Verification
toxgreen locally: 78 passed, ruff format, ruff check, mypy --strict, bandituv buildproduces sdist and wheel against the new setuptools floorNote: the branch was force-pushed by hand, so Dependabot no longer manages this PR.