Skip to content

Commit

Permalink
Update setuptools requirement from <68.0,>=61.0 to >=61.0,<69.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@v61.0.0...v68.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent c0363fc commit db93fb3
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
Expand Up @@ -6,7 +6,7 @@
[build-system]
# Configuring setuptools using pyproject.toml files was introduced in
# setuptools version 61.0.0
requires = ["setuptools >=61.0, <68.0"]
requires = ["setuptools >=61.0, <69.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit db93fb3

Please sign in to comment.