Skip to content

Commit

Permalink
Update setuptools requirement from <68.0,>=61.0 to >=61.0,<73.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...v72.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 31f03f3 commit 4a818d1
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, <73.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 4a818d1

Please sign in to comment.