Skip to content

Commit

Permalink
Update wheel requirement from ~=0.37.1 to >=0.37.1,<0.46.0
Browse files Browse the repository at this point in the history
Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.37.1...0.45.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 02e85c6 commit c2a0bc1
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,5 +1,5 @@
[build-system]
requires = ["setuptools>=65.6,<76.0", "wheel~=0.37.1"]
requires = ["setuptools>=65.6,<76.0", "wheel>=0.37.1,<0.46.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit c2a0bc1

Please sign in to comment.