Skip to content

Commit

Permalink
Update wheel requirement from <0.43,>=0.42.0 to >=0.42.0,<0.46
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.42.0...0.45.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent e480a86 commit ee832e8
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 @@ -67,7 +67,7 @@ download = "https://pypi.org/project/frouros/"
[build-system]
requires = [
"setuptools>=61.0,<69.0",
"wheel>=0.42.0,<0.43",
"wheel>=0.42.0,<0.46",
"toml>=0.10.2,<0.11",
"build>=1.0.3,<1.1",
]
Expand Down

0 comments on commit ee832e8

Please sign in to comment.