Skip to content

Commit ee832e8

Browse files
Update wheel requirement from <0.43,>=0.42.0 to >=0.42.0,<0.46
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] <[email protected]>
1 parent e480a86 commit ee832e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ download = "https://pypi.org/project/frouros/"
6767
[build-system]
6868
requires = [
6969
"setuptools>=61.0,<69.0",
70-
"wheel>=0.42.0,<0.43",
70+
"wheel>=0.42.0,<0.46",
7171
"toml>=0.10.2,<0.11",
7272
"build>=1.0.3,<1.1",
7373
]

0 commit comments

Comments
 (0)