Update wheel requirement from <=0.43,>=0.36.2 to >=0.36.2,<=0.44.0 (#7145)

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.44.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:
dependabot[bot] 2024-09-01 20:43:15 +00:00 committed by GitHub
parent 256fc2e94c
commit 5ac3c9a11e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ dev = [
"pytest>=8.2.2,<=8.3.2",
"requests>=2.9.1,<=2.32.3",
"tox>=4.15.1,<=4.16.0",
"wheel>=0.36.2,<=0.43",
"wheel>=0.36.2,<=0.44.0",
"build>=0.10.0,<=1.2.1",
"mypy>=1.10.1,<=1.11.2",
"ruff>=0.5.0,<=0.5.5",