Skip to content

Commit

Permalink
Update setuptools requirement from <68.0.0 to <76.0.0
Browse files Browse the repository at this point in the history
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@0.6...v75.3.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 3f22e07 commit bc3eec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# build requirements
[build-system]
requires = ["setuptools < 68.0.0"]
requires = ["setuptools < 76.0.0"]
build-backend = "setuptools.build_meta"

# iSort
Expand Down

0 comments on commit bc3eec6

Please sign in to comment.