Update wheel requirement from <=0.45.0,>=0.36.2 to >=0.36.2,<=0.45.1 (#7364)

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.45.1)

---
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-12-02 07:14:03 +01:00 committed by GitHub
parent d7ba3a14fb
commit 5fe66f37f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,7 +74,7 @@ dev = [
"pytest>=8.2.2,<=8.3.3",
"requests>=2.9.1,<=2.32.3",
"tox>=4.15.1,<=4.23.2",
"wheel>=0.36.2,<=0.45.0",
"wheel>=0.36.2,<=0.45.1",
"build>=0.10.0,<=1.2.2.post1",
"mypy>=1.10.1,<=1.13.0",
"ruff>=0.5.0,<=0.8.1",