Conversation
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v70.3.0...v84.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…te-70.3.0-and-lt-85.0.0 chore(deps): update setuptools requirement from <84.0.0,>=70.3.0 to >=70.3.0,<85.0.0
There was a problem hiding this comment.
Pull request overview
This PR updates dependency version constraints to allow newer build tooling and a wider potato_util runtime range, affecting how the package is built and what versions can be installed by consumers.
Changes:
- Bumped
setuptoolsupper bound from<84.0.0to<85.0.0in build requirements (pyproject.tomlandrequirements/requirements.build.txt). - Relaxed
potato_utilupper bound from<1.0.0to<2.0.0inrequirements.txt.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| requirements/requirements.build.txt | Expands allowed setuptools versions used for builds. |
| requirements.txt | Broadens allowed potato_util major versions for runtime installs. |
| pyproject.toml | Keeps build-system.requires aligned with updated setuptools build constraint. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the upper bound for the
setuptoolsdependency from version 84.0.0 to 85.0.0 in both thepyproject.tomlandrequirements/requirements.build.txtfiles. This change ensures compatibility with newer versions ofsetuptoolswhile maintaining the existing lower bound.Dependency version updates:
setuptoolsfrom<84.0.0to<85.0.0inpyproject.tomlto allow building with newer versions.setuptoolsfrom<84.0.0to<85.0.0inrequirements/requirements.build.txtfor consistency across build requirements.