Update wheel requirement from <0.43,>=0.36.2 to >=0.36.2,<0.44 (#6773)
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](https://github.com/pypa/wheel/compare/0.36.2...0.43.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6ecec4b893
commit
f4eff7e09e
|
@ -73,7 +73,7 @@ dev = [
|
||||||
"pytest>=6.1.0,<9",
|
"pytest>=6.1.0,<9",
|
||||||
"requests>=2.9.1,<3",
|
"requests>=2.9.1,<3",
|
||||||
"tox>=3.5,<5",
|
"tox>=3.5,<5",
|
||||||
"wheel>=0.36.2,<0.43",
|
"wheel>=0.36.2,<0.44",
|
||||||
"build>=0.10.0",
|
"build>=0.10.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue