Skip to content

Commit 7229c9a

Browse files
Merge pull request #349 from IFCA-Advanced-Computing/dependabot/pip/wheel-gte-0.42.0-and-lt-0.46
Update wheel requirement from <0.43,>=0.42.0 to >=0.42.0,<0.46
2 parents e480a86 + ee832e8 commit 7229c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
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)